We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18675d0 commit 78e99d1Copy full SHA for 78e99d1
modules/runners/main.tf
@@ -15,7 +15,7 @@ locals {
15
kms_key_arn = var.kms_key_arn != null ? var.kms_key_arn : ""
16
17
default_ami = {
18
- "windows" = { name = ["Windows_Server-20H2-English-Core-ContainersLatest-*"] }
+ "windows" = { name = ["Windows_Server-2022-English-Core-ContainersLatest-*"] }
19
"linux" = var.runner_architecture == "arm64" ? { name = ["amzn2-ami-kernel-5.*-hvm-*-arm64-gp2"] } : { name = ["amzn2-ami-kernel-5.*-hvm-*-x86_64-gp2"] }
20
}
21
0 commit comments