{ "version": 4, "terraform_version": "1.8.8", "serial": 549, "lineage": "4d72cb1d-7b09-9c64-de3b-f57ce0d7f74d", "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-88c1aeb65424d4c0a", "ami": "ami-193b4c1d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-454a02fc"], "subnet_id": "subnet-f07c8a1a", "key_name": "prod-deploy-key" } } ] } ] }