diff --git a/terraform/gcp/cluster.tf b/terraform/gcp/cluster.tf index bbd78d88c..d54fafffa 100644 --- a/terraform/gcp/cluster.tf +++ b/terraform/gcp/cluster.tf @@ -54,7 +54,7 @@ resource "google_container_cluster" "cluster" { initial_node_count = 1 remove_default_node_pool = true - deletion_protection = false + deletion_protection = false # lifecycle { # # Any change to the default node_config forces cluster recreation, # # and sometimes terraform seems to mess up and think we have changed