Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2025
1 parent d02c128 commit d7d842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7d842c

Please sign in to comment.