Skip to content

Commit

Permalink
chore: update default to CentOS-Stream-9 to match powervs
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Sep 19, 2024
1 parent 492bfb1 commit f701a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ variable "bastion_health_status" {
}
}

# Centos default is Centos-Stream-9
# Centos default is CentOS-Stream-9
variable "rhel_image_name" {
type = string
description = "Name of the RHEL or Centos image that you want to use for the bastion node"
default = "Centos-Stream-9"
default = "CentOS-Stream-9"
}

variable "rhel_username" {
Expand Down

0 comments on commit f701a2c

Please sign in to comment.