We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adca81 commit 3b26671Copy full SHA for 3b26671
data.tf
@@ -8,7 +8,7 @@ data "aws_ami" "amazon_linux_2" {
8
9
filter {
10
name = "name"
11
- values = ["amzn2-ami-hvm*"]
+ values = ["amzn2-ami-hvm-2.0.*"]
12
}
13
14
0 commit comments