{ "version": 4, "terraform_version": "1.7.9", "serial": 332, "lineage": "c2a29c73-ff65-9c2e-8abf-4cb940f3245d", "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-6713ab94a312fe4cf", "ami": "ami-1ac8eb32", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3b9e9ae0"], "subnet_id": "subnet-f48b86b9", "key_name": "prod-deploy-key" } } ] } ] }