{ "version": 4, "terraform_version": "1.7.6", "serial": 403, "lineage": "687f5150-1adc-c9d7-4370-4d2316dcc155", "outputs": { "db_endpoint": { "value": "db-0.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-f507999c96142efdd", "ami": "ami-4ef1694b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-32e54639"], "subnet_id": "subnet-082cc97a", "key_name": "prod-deploy-key" } } ] } ] }