File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ variable "resource_tags" {
3737variable "ocp_version" {
3838 type = string
3939 description = " Version of the OCP cluster to provision"
40- default = " 4.18 "
40+ default = " 4.17 "
4141}
4242
4343variable "access_tags" {
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ variable "cluster_name" {
7070variable "ocp_version" {
7171 type = string
7272 description = " Version of the OCP cluster to provision."
73- default = " 4.18 "
73+ default = " 4.17 "
7474}
7575
7676variable "ocp_entitlement" {
@@ -181,7 +181,7 @@ variable "default_worker_pool_workers_per_zone" {
181181variable "default_worker_pool_operating_system" {
182182 type = string
183183 description = " The operating system installed on the worker nodes. [Learn more](https://cloud.ibm.com/docs/openshift?topic=openshift-vpc-flavors)"
184- default = " RHCOS "
184+ default = " RHEL_9_64 "
185185}
186186
187187variable "default_worker_pool_labels" {
You can’t perform that action at this time.
0 commit comments