{ "version": 4, "terraform_version": "1.7.9", "serial": 379, "lineage": "07de0a29-f8b9-3bb5-fbff-5797ae7a3f11", "outputs": { "db_endpoint": { "value": "db-2.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-307f1f4bcad950c29", "ami": "ami-2d33a0c8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-27b8473c"], "subnet_id": "subnet-198e22cc", "key_name": "prod-deploy-key" } } ] } ] }