From e2143d9545137ac07422a71c3bb726741978448a Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Sat, 30 Dec 2023 17:25:20 -0500 Subject: [PATCH] disable deletion protection by default --- terraform/clouds/gcp/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/clouds/gcp/variables.tf b/terraform/clouds/gcp/variables.tf index 349e33f..a0d9cf3 100644 --- a/terraform/clouds/gcp/variables.tf +++ b/terraform/clouds/gcp/variables.tf @@ -10,7 +10,7 @@ variable "create_db" { variable "deletion_protection" { type = bool - default = true + default = false } variable "kubernetes_version" {