{ "version": 4, "terraform_version": "1.8.7", "serial": 239, "lineage": "fbd5d8d2-885c-47c4-e408-173cec7bf149", "outputs": { "db_endpoint": { "value": "db-4.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-21053dc3e5cbba83c", "ami": "ami-619a5494", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-134bfdc6"], "subnet_id": "subnet-551aa425", "key_name": "prod-deploy-key" } } ] } ] }