{ "version": 4, "terraform_version": "1.7.5", "serial": 575, "lineage": "449453c1-b498-b188-d75e-f4f9a785c509", "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-c4a1fded5947b7825", "ami": "ami-22e5545b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-37afc313"], "subnet_id": "subnet-20bf3ff7", "key_name": "prod-deploy-key" } } ] } ] }