Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update oracle/rhel distro version
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
yangchiu committed Feb 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b9686f3 commit 9de449c
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
@@ -31,7 +31,7 @@ variable "arch" {

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

variable "aws_ami_oraclelinux_account_number" {
2 changes: 1 addition & 1 deletion test_framework/terraform/aws/rhel/variables.tf
Original file line number Diff line number Diff line change
@@ -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" {

0 comments on commit 9de449c

Please sign in to comment.