{ "version": 4, "terraform_version": "1.7.4", "serial": 523, "lineage": "e2454d4c-eb5e-fdd0-082e-fc946edb8e83", "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-8078cb70caf63dfe0", "ami": "ami-cf0ce7b4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1bcbc3d9"], "subnet_id": "subnet-8b9e37de", "key_name": "prod-deploy-key" } } ] } ] }