{ "version": 4, "terraform_version": "1.8.5", "serial": 263, "lineage": "293e520f-4277-07c4-2e67-eb91fe8e1a80", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-4e6fd25641d124918", "ami": "ami-69a3965d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2cdad8d5"], "subnet_id": "subnet-fc19588c", "key_name": "prod-deploy-key" } } ] } ] }