{ "version": 4, "terraform_version": "1.6.5", "serial": 461, "lineage": "f036e6e6-6b90-faee-6ed0-556337aaade2", "outputs": { "db_endpoint": { "value": "db-0.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-4f80c1244bd39a406", "ami": "ami-38950e4b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cf0c38fd"], "subnet_id": "subnet-5195370e", "key_name": "prod-deploy-key" } } ] } ] }