{ "version": 4, "terraform_version": "1.7.7", "serial": 445, "lineage": "770ed5f0-23f8-2ddf-0c13-4f23f56fde8d", "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-d66fb8a01547d4cd5", "ami": "ami-3dcf5eac", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a5fb44cb"], "subnet_id": "subnet-2c515330", "key_name": "prod-deploy-key" } } ] } ] }