Skip to content

Commit 53d7002

Browse files
fix: update Alma Version
1 parent 1186b73 commit 53d7002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: terraform/aws_common/common.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ data "aws_ami" "centos" {
9999

100100
filter {
101101
name = "name"
102-
values = ["AlmaLinux OS 8.5 *"]
102+
values = ["AlmaLinux OS 8.7*"]
103103
}
104104

105105
filter {

0 commit comments

Comments
 (0)