File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
google/services/container Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -4849,11 +4849,6 @@ resource "google_container_cluster" "primary" {
48494849 deletion_protection = false
48504850 network = "%{network}"
48514851 subnetwork = "%{subnet}"
4852-
4853- timeouts {
4854- create = "30m"
4855- update = "40m"
4856- }
48574852}
48584853
48594854# Separately Managed Node Pool
@@ -4901,11 +4896,6 @@ resource "google_container_cluster" "primary" {
49014896 deletion_protection = false
49024897 network = "%{network}"
49034898 subnetwork = "%{subnet}"
4904-
4905- timeouts {
4906- create = "30m"
4907- update = "40m"
4908- }
49094899}
49104900
49114901# Separately Managed Node Pool
@@ -4954,11 +4944,6 @@ resource "google_container_cluster" "primary" {
49544944 deletion_protection = false
49554945 network = "%{network}"
49564946 subnetwork = "%{subnet}"
4957-
4958- timeouts {
4959- create = "30m"
4960- update = "40m"
4961- }
49624947}
49634948
49644949# Separately Managed Node Pool
You can’t perform that action at this time.
0 commit comments