terraform-ibm-modules / terraform-ibm-base-ocp-vpc

Provisions a Red Hat OpenShift VPC cluster on IBM Cloud
Apache License 2.0
1 stars 6 forks source link

Default operating system for worker pools #475

Open vburckhardt opened 2 months ago

vburckhardt commented 2 months ago

Description

At the service level / terraform provider, the default for additional worker pools is RHEL 8 even if the cluster / default worker pool was created specifying RHCOS. I think this is slightly confusing behavior of the provider / ROKS service, and the module should probably be coded so that it force the users' of the module to "think" - by explicitly requiring to always set the operating system on the worker pool inputs and not using an empty default.