We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9de006 commit 92ebb00Copy full SHA for 92ebb00
examples/simple_windows_node_pool/main.tf
@@ -61,7 +61,7 @@ module "gke" {
61
auto_upgrade = true
62
node_count = 1
63
machine_type = "n2-standard-2"
64
- image_type = "WINDOWS_LTSC"
+ image_type = "WINDOWS_LTSC_CONTAINERD"
65
},
66
]
67
}
test/integration/simple_windows_node_pool/controls/gcloud.rb
@@ -192,7 +192,7 @@
192
including(
193
"name" => "win-pool-01",
194
"config" => including(
195
- "imageType" => "WINDOWS_LTSC",
+ "imageType" => "WINDOWS_LTSC_CONTAINERD",
196
),
197
198
)
0 commit comments