{ "version": 4, "terraform_version": "1.6.1", "serial": 418, "lineage": "393e1798-2608-8ee8-bfc0-ce90c3598f32", "outputs": { "db_endpoint": { "value": "db-0.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-39c202ea6415c5115", "ami": "ami-712c954a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0c85b4d2"], "subnet_id": "subnet-94b4a569", "key_name": "prod-deploy-key" } } ] } ] }