Skip to content

Commit d6f115c

Browse files
authored
Update main.tf
1 parent db7fd4d commit d6f115c

File tree

1 file changed

+2
-2
lines changed
  • examples/simple_windows_node_pool

1 file changed

+2
-2
lines changed

examples/simple_windows_node_pool/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ module "gke" {
6161
{
6262
name = "win-pool-01"
6363
autoscaling = false
64-
auto_upgrade = false
64+
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)