{ "version": 4, "terraform_version": "1.6.7", "serial": 342, "lineage": "a47a6ead-eeb2-58da-3ba9-c8ad7e7ecb0b", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-8d9a5cf4215e9086c", "ami": "ami-40876aa1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-45dfaaed"], "subnet_id": "subnet-e37461e3", "key_name": "prod-deploy-key" } } ] } ] }