Skip to content

Commit ad8e966

Browse files
committed
container - add hugepages config
Signed-off-by: drfaust92 <[email protected]>
1 parent 87323c9 commit ad8e966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/third_party/terraform/services/container/resource_container_node_pool_test.go.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3434,8 +3434,8 @@ resource "google_container_cluster" "cluster" {
34343434
initial_node_count = 1
34353435
min_master_version = data.google_container_engine_versions.central1a.latest_master_version
34363436
deletion_protection = false
3437-
network = "%s"
3438-
subnetwork = "%s"
3437+
network = "%s"
3438+
subnetwork = "%s"
34393439
}
34403440

34413441
resource "google_container_node_pool" "np" {

0 commit comments

Comments
 (0)