{ "version": 4, "terraform_version": "1.8.4", "serial": 484, "lineage": "e8c52cde-41a8-28e6-1097-eca79fa7a464", "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-0f110b1a2064ef180", "ami": "ami-7f9ee91b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d8e64688"], "subnet_id": "subnet-9ff5a59e", "key_name": "prod-deploy-key" } } ] } ] }