{ "version": 4, "terraform_version": "1.8.9", "serial": 220, "lineage": "02146883-f911-3b6d-5945-eca722e5f8da", "outputs": { "db_endpoint": { "value": "db-1.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-75e926e7216aa5ce2", "ami": "ami-e8201b7f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56d5b3d9"], "subnet_id": "subnet-6bd4d987", "key_name": "prod-deploy-key" } } ] } ] }