{ "version": 4, "terraform_version": "1.6.8", "serial": 529, "lineage": "89867b9a-43a3-bef9-c448-f838b09b55c6", "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-d1767dfc84fecdaf0", "ami": "ami-3921c4b3", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-89c7622b"], "subnet_id": "subnet-ac896277", "key_name": "prod-deploy-key" } } ] } ] }