Skip to content

Commit 66ecc11

Browse files
committed
fix: windows ami does not exist
1 parent 11ad74a commit 66ecc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rancher/aws/data.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data "aws_ami" "windows" {
3434
owners = ["801119661308"] #Amazon
3535
filter {
3636
name = "name"
37-
values = ["Windows_Server-2019-English-Full-ContainersLatest-*"]
37+
values = ["Windows_Server-2019-English-Full-Base*"]
3838
}
3939

4040
filter {

0 commit comments

Comments
 (0)