From 205e332f864611eefe524664e6b381adf1027cb5 Mon Sep 17 00:00:00 2001 From: Daniel Panzella Date: Tue, 21 Jan 2025 10:32:24 -0800 Subject: [PATCH] fix: Previous merge did not trigger release (#210) --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 1a588b1..2eb002a 100644 --- a/variables.tf +++ b/variables.tf @@ -7,7 +7,7 @@ variable "namespace" { } variable "deletion_protection" { - description = "If the instance should have deletion protection enabled. The database / Bucket can't be deleted when this value is set to `true`." + description = "If the instance should have deletion protection enabled. The database / Bucket can't be deleted when this value is set to `true`. " type = bool default = true }