diff --git a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl index 739a31c8c773..e8e1c2a25eda 100644 --- a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl +++ b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl @@ -9470,11 +9470,6 @@ resource "google_container_cluster" "with_autopilot" { datapath_provider = "ADVANCED_DATAPATH" deletion_protection = false - - timeouts { - create = "30m" - update = "40m" - } } `, clusterName, networkName, subnetworkName) } @@ -9534,11 +9529,6 @@ resource "google_container_cluster" "with_autopilot" { enable_cilium_clusterwide_network_policy = true deletion_protection = false - - timeouts { - create = "30m" - update = "40m" - } } `, clusterName, networkName, subnetworkName) } @@ -10823,11 +10813,6 @@ resource "google_container_cluster" "primary" { network = "%[4]s" subnetwork = "%[5]s" - timeouts { - create = "30m" - update = "40m" - } - depends_on = [time_sleep.wait_120_seconds] } `, projectID, randomSuffix, clusterName, networkName, subnetworkName) @@ -10966,11 +10951,6 @@ resource "google_container_cluster" "with_autopilot" { enabled = true } - timeouts { - create = "30m" - update = "40m" - } - depends_on = [time_sleep.wait_120_seconds] } `, projectID, randomSuffix, clusterName, networkName, subnetworkName) @@ -11110,11 +11090,6 @@ resource "google_container_cluster" "with_autopilot" { enabled = true } - timeouts { - create = "30m" - update = "40m" - } - depends_on = [time_sleep.wait_120_seconds] } `, projectID, randomSuffix, clusterName, networkName, subnetworkName) @@ -11247,11 +11222,6 @@ resource "google_container_cluster" "with_autopilot" { enabled = true } - timeouts { - create = "30m" - update = "40m" - } - depends_on = [time_sleep.wait_120_seconds] } `, projectID, randomSuffix, clusterName, networkName, subnetworkName)