{ "version": 4, "terraform_version": "1.8.9", "serial": 194, "lineage": "e2bcd7e5-f404-bf48-1d93-710de913ea2f", "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-9f5f057703682390f", "ami": "ami-bb155ce1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4c33eecb"], "subnet_id": "subnet-398d6ebe", "key_name": "prod-deploy-key" } } ] } ] }