Skip to content

Commit

Permalink
chore(CI): fix window node pool test (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 18, 2024
1 parent bff49e1 commit d68af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple_windows_node_pool/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "gke" {
autoscaling = false
auto_upgrade = true
node_count = 1
machine_type = "n2-standard-2"
machine_type = "n2-standard-4"
image_type = "WINDOWS_LTSC_CONTAINERD"
},
]
Expand Down

0 comments on commit d68af17

Please sign in to comment.