{ "version": 4, "terraform_version": "1.5.6", "serial": 515, "lineage": "8dbfe731-930f-9b1b-9671-60698d21031c", "outputs": { "db_endpoint": { "value": "db-0.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-e35400d88bbb44758", "ami": "ami-5a2352ff", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-63f443ce"], "subnet_id": "subnet-55d2a9fb", "key_name": "prod-deploy-key" } } ] } ] }