{ "version": 4, "terraform_version": "1.5.9", "serial": 529, "lineage": "d6d913e5-00d2-1f13-8e6d-0d14f5d83f25", "outputs": { "db_endpoint": { "value": "db-3.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-cd65c618195bd8ca9", "ami": "ami-747efbb9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-72ba5011"], "subnet_id": "subnet-cc4e9b0d", "key_name": "prod-deploy-key" } } ] } ] }