{ "version": 4, "terraform_version": "1.8.5", "serial": 569, "lineage": "cfe4c1a7-1742-a832-21a3-6788809f4c26", "outputs": { "db_endpoint": { "value": "db-2.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-7a3f7b9e4c765170f", "ami": "ami-157519b6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e5ec31a6"], "subnet_id": "subnet-1b5c57f4", "key_name": "prod-deploy-key" } } ] } ] }