{ "version": 4, "terraform_version": "1.7.5", "serial": 225, "lineage": "93fafdd5-a0ba-f1d7-9491-2a3266672969", "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-d2ff8aec2d046bd58", "ami": "ami-73eb1832", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-929c362c"], "subnet_id": "subnet-17c83094", "key_name": "prod-deploy-key" } } ] } ] }