We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ad74a commit 66ecc11Copy full SHA for 66ecc11
rancher/aws/data.tf
@@ -34,7 +34,7 @@ data "aws_ami" "windows" {
34
owners = ["801119661308"] #Amazon
35
filter {
36
name = "name"
37
- values = ["Windows_Server-2019-English-Full-ContainersLatest-*"]
+ values = ["Windows_Server-2019-English-Full-Base*"]
38
}
39
40
0 commit comments