{ "version": 4, "terraform_version": "1.7.1", "serial": 522, "lineage": "fd9f6809-fe9c-143f-9511-9a06a825b162", "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-8ec43602f698001e2", "ami": "ami-71a11ebb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3e2c77f1"], "subnet_id": "subnet-d5b1a6d5", "key_name": "prod-deploy-key" } } ] } ] }