{ "version": 4, "terraform_version": "1.6.4", "serial": 262, "lineage": "37f9ca41-3d4a-8a71-60d8-9a4398208cdf", "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-7d2a1232178437545", "ami": "ami-c7e67d8b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f1066ccf"], "subnet_id": "subnet-107b945a", "key_name": "prod-deploy-key" } } ] } ] }