{ "version": 4, "terraform_version": "1.5.5", "serial": 167, "lineage": "4d760dec-c1a7-beec-07d8-973269ab516e", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-96b6a3f781daa9b65", "ami": "ami-c3001401", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-772c700c"], "subnet_id": "subnet-42a70edd", "key_name": "prod-deploy-key" } } ] } ] }