{ "version": 4, "terraform_version": "1.7.9", "serial": 438, "lineage": "75b09429-75a1-b6ea-dcc0-094d5a31d659", "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-8c16856a97be6c59f", "ami": "ami-0a780f94", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc063f81"], "subnet_id": "subnet-7b708759", "key_name": "prod-deploy-key" } } ] } ] }