{ "version": 4, "terraform_version": "1.8.9", "serial": 444, "lineage": "37b843e1-05cf-b644-7be4-6af837de574e", "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-98113733b8064b4ba", "ami": "ami-62020fb6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8467522e"], "subnet_id": "subnet-e3a2a529", "key_name": "prod-deploy-key" } } ] } ] }