{ "version": 4, "terraform_version": "1.7.5", "serial": 262, "lineage": "10ffbe9d-3452-dd47-5102-880040748100", "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-85625d9297e43556c", "ami": "ami-c339a584", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4fb02841"], "subnet_id": "subnet-2267b77e", "key_name": "prod-deploy-key" } } ] } ] }