{ "version": 4, "terraform_version": "1.5.5", "serial": 160, "lineage": "ae4cebd3-bd8d-8c9e-d3f6-cb38a3f75bf6", "outputs": { "db_endpoint": { "value": "db-4.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-9e00fde3f9a3a903d", "ami": "ami-bcfec7c9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d48304c7"], "subnet_id": "subnet-c4a2f513", "key_name": "prod-deploy-key" } } ] } ] }