{ "version": 4, "terraform_version": "1.8.9", "serial": 549, "lineage": "6a0fb976-e887-cf28-8ddd-1532b8e0ef69", "outputs": { "db_endpoint": { "value": "db-0.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-d7f2b5a2a06dfec67", "ami": "ami-4907979a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-96f72a66"], "subnet_id": "subnet-eaa61aae", "key_name": "prod-deploy-key" } } ] } ] }