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" {
4849
4849
deletion_protection = false
4850
4850
network = "%{network}"
4851
4851
subnetwork = "%{subnet}"
4852
-
4853
- timeouts {
4854
- create = "30m"
4855
- update = "40m"
4856
- }
4857
4852
}
4858
4853
4859
4854
# Separately Managed Node Pool
@@ -4901,11 +4896,6 @@ resource "google_container_cluster" "primary" {
4901
4896
deletion_protection = false
4902
4897
network = "%{network}"
4903
4898
subnetwork = "%{subnet}"
4904
-
4905
- timeouts {
4906
- create = "30m"
4907
- update = "40m"
4908
- }
4909
4899
}
4910
4900
4911
4901
# Separately Managed Node Pool
@@ -4954,11 +4944,6 @@ resource "google_container_cluster" "primary" {
4954
4944
deletion_protection = false
4955
4945
network = "%{network}"
4956
4946
subnetwork = "%{subnet}"
4957
-
4958
- timeouts {
4959
- create = "30m"
4960
- update = "40m"
4961
- }
4962
4947
}
4963
4948
4964
4949
# Separately Managed Node Pool
You can’t perform that action at this time.
0 commit comments