Skip to content

Commit feaf342

Browse files
authored
chore(CI): update win node pool (terraform-google-modules#2150)
1 parent 843c56c commit feaf342

File tree

1 file changed

+1
-1
lines changed
  • examples/simple_windows_node_pool

1 file changed

+1
-1
lines changed

examples/simple_windows_node_pool/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "gke" {
6363
autoscaling = false
6464
auto_upgrade = true
6565
node_count = 1
66-
machine_type = "n2-standard-4"
66+
machine_type = "n2-standard-8"
6767
image_type = "WINDOWS_LTSC_CONTAINERD"
6868
},
6969
]

0 commit comments

Comments
 (0)