Skip to content

Commit 3b26671

Browse files
committed
feat: filter the most recent AMIs
1 parent 9adca81 commit 3b26671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data "aws_ami" "amazon_linux_2" {
88

99
filter {
1010
name = "name"
11-
values = ["amzn2-ami-hvm*"]
11+
values = ["amzn2-ami-hvm-2.0.*"]
1212
}
1313

1414
filter {

0 commit comments

Comments
 (0)