We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a770f2c + d1a35d7 commit 9ce44e7Copy full SHA for 9ce44e7
main.tf
@@ -81,7 +81,7 @@ data "aws_ami" "default" {
81
# https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html
82
filter {
83
name = "name"
84
- values = ["amzn2-ami-hvm-2.0.????????-x86_64-gp2"]
+ values = ["amzn2-ami-hvm-2.0.*-x86_64-gp2"]
85
}
86
87
0 commit comments