{ "version": 4, "terraform_version": "1.8.9", "serial": 317, "lineage": "ff964119-6de1-dfef-d48f-d09536b5e467", "outputs": { "db_endpoint": { "value": "db-3.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-f2f380f346c58185d", "ami": "ami-ae76aedd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d11c3bef"], "subnet_id": "subnet-73f1d60a", "key_name": "prod-deploy-key" } } ] } ] }