{ "version": 4, "terraform_version": "1.8.7", "serial": 440, "lineage": "d2c2fbb2-7cbe-b029-e6ce-fc99ea7f14b2", "outputs": { "db_endpoint": { "value": "db-1.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-2391755d8d047ccf0", "ami": "ami-3ee6acb8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b1560207"], "subnet_id": "subnet-d0ea41fc", "key_name": "prod-deploy-key" } } ] } ] }