Skip to content

Commit 06a576d

Browse files
committed
chore: update default almalinux 9 minor version to 9.7
1 parent 8a95a83 commit 06a576d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "os_ver_9" {
1414
description = "AlmaLinux OS 9 version"
1515

1616
type = string
17-
default = "9.6"
17+
default = "9.7"
1818

1919
validation {
2020
condition = can(regex("9.[0-9]$|9.[1-9][0-9]$", var.os_ver_9))

0 commit comments

Comments
 (0)