{ "version": 4, "terraform_version": "1.7.8", "serial": 352, "lineage": "edb76b34-86c5-da04-851d-d99e4e9468c8", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a1e5ac0ab3620e49d", "ami": "ami-4cf0f57c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9b227764"], "subnet_id": "subnet-cbce4a14", "key_name": "prod-deploy-key" } } ] } ] }