{ "version": 4, "terraform_version": "1.6.2", "serial": 472, "lineage": "1b5db349-2706-c702-4b5a-eba0e0ea041e", "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-a62efbaaa140f3322", "ami": "ami-ecd8584b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b95c34ee"], "subnet_id": "subnet-a9d5debc", "key_name": "prod-deploy-key" } } ] } ] }