{ "version": 4, "terraform_version": "1.7.8", "serial": 371, "lineage": "e5bc4ce8-2710-4407-466b-cc12f6ec0d79", "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-050f898c2f7be9b6f", "ami": "ami-7a351be5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b5af3a0d"], "subnet_id": "subnet-f25a6723", "key_name": "prod-deploy-key" } } ] } ] }