Skip to content

Commit

Permalink
ci: update oracle/rhel distro version
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu authored and innobead committed Feb 22, 2024
1 parent b9686f3 commit e1588ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_framework/terraform/aws/oracle/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "arch" {

variable "distro_version" {
type = string
default = "9.1"
default = "9.3"
}

variable "aws_ami_oraclelinux_account_number" {
Expand Down
2 changes: 1 addition & 1 deletion test_framework/terraform/aws/rhel/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "arch" {

variable "os_distro_version" {
type = string
default = "9.1.0"
default = "9.3.0"
}

variable "aws_ami_rhel_account_number" {
Expand Down

0 comments on commit e1588ea

Please sign in to comment.