Skip to content

Commit

Permalink
Merge branch 'master' into wyardley/remove_kebab_case
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 23, 2024
2 parents 7fa1917 + feaf342 commit 38e8773
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-4"
machine_type = "n2-standard-8"
image_type = "WINDOWS_LTSC_CONTAINERD"
},
]
Expand Down

0 comments on commit 38e8773

Please sign in to comment.