{ "version": 4, "terraform_version": "1.8.9", "serial": 154, "lineage": "e69e8498-2ac5-7511-c05b-b460318b09b1", "outputs": { "db_endpoint": { "value": "db-4.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-32d3bd0b9165ee12f", "ami": "ami-c591774d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9c4099e2"], "subnet_id": "subnet-0f7cad25", "key_name": "prod-deploy-key" } } ] } ] }