Skip to content

Commit ff5f35f

Browse files
shamusxsmarunich
andauthored
update (#397)
Co-authored-by: Sergey Marunich <[email protected]>
1 parent 552c872 commit ff5f35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/gcp/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
version = "2.0.3"
66
}
77
google = {
8-
version = "~> 4.64.0"
8+
version = "~> 5.45.0"
99
}
1010
}
1111
}

modules/gcp/k8s/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "google_container_cluster" "tsb" {
2727
# node pool and immediately delete it.
2828
remove_default_node_pool = true
2929
initial_node_count = 1
30-
30+
deletion_protection = false
3131
resource_labels = merge(var.tags, {
3232
name = "${var.cluster_name}_tsb_sandbox_blue"
3333
})

0 commit comments

Comments
 (0)