mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 05:01:55 +03:00
fix AMI ID for windows
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ data "aws_ami" "windows-ami" {
|
||||
|
||||
filter {
|
||||
name = "name"
|
||||
values = ["Windows_Server-2019-English-Full-Base-2020.*"]
|
||||
values = ["Windows_Server-2019-English-Full-Base-*"]
|
||||
}
|
||||
|
||||
filter {
|
||||
|
||||
Reference in New Issue
Block a user