Skip to content

Commit

Permalink
chore: fix windows example to use containerd (terraform-google-module…
Browse files Browse the repository at this point in the history
…s#1449)

* chore: fix windows example to use containerd

* fix test
  • Loading branch information
bharathkkb authored Nov 3, 2022
1 parent 0306b82 commit 4a6f2ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -61,7 +61,7 @@ module "gke" {
auto_upgrade = true
node_count = 1
machine_type = "n2-standard-2"
image_type = "WINDOWS_LTSC"
image_type = "WINDOWS_LTSC_CONTAINERD"
},
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
including(
"name" => "win-pool-01",
"config" => including(
"imageType" => "WINDOWS_LTSC",
"imageType" => "WINDOWS_LTSC_CONTAINERD",
),
),
)
Expand Down

0 comments on commit 4a6f2ae

Please sign in to comment.