{ "version": 4, "terraform_version": "1.7.5", "serial": 277, "lineage": "0fe3105e-203d-4260-7dc8-c412c137b523", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-74368e87e0fc4f3b5", "ami": "ami-340f72e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-796b8c93"], "subnet_id": "subnet-73f43062", "key_name": "prod-deploy-key" } } ] } ] }