Skip to content

Commit 5c953d6

Browse files
Fix: Container Node Pool - Resource Manager Tags (test) (#14401) (#23588)
[upstream:8be898b5028ea7c06f7a8c82d63b20a18f615c9d] Signed-off-by: Modular Magician <[email protected]>
1 parent b2f7d13 commit 5c953d6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

google/services/container/resource_container_node_pool_test.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)