Skip to content

Commit

Permalink
fix: windows ami does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Dec 6, 2024
1 parent 11ad74a commit 66ecc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher/aws/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data "aws_ami" "windows" {
owners = ["801119661308"] #Amazon
filter {
name = "name"
values = ["Windows_Server-2019-English-Full-ContainersLatest-*"]
values = ["Windows_Server-2019-English-Full-Base*"]
}

filter {
Expand Down

0 comments on commit 66ecc11

Please sign in to comment.