{ "version": 4, "terraform_version": "1.6.6", "serial": 194, "lineage": "f9640491-a4a4-f3af-8146-09d20cbda4e4", "outputs": { "db_endpoint": { "value": "db-2.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-32dfecd609f97eac6", "ami": "ami-a57d3f8b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1b009b90"], "subnet_id": "subnet-8497a380", "key_name": "prod-deploy-key" } } ] } ] }