{ "version": 4, "terraform_version": "1.7.0", "serial": 183, "lineage": "5c2bd24d-0b08-3a68-5f6e-e32ce5513769", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-231d048fab02dbeeb", "ami": "ami-456fa812", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-12eb673b"], "subnet_id": "subnet-ae1dd23d", "key_name": "prod-deploy-key" } } ] } ] }