You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Surface the existing terraform provider operating_system input for worker_pools
Added static validation checks to ensure only the following allowed values are passed: REDHAT_8_64, RHCOS, and only allowed in OCP version 4.15 or later.
added support to force all api calls made by the module to use IBM Cloud private endpoints for use cases where the runtime may not have access to the public network. This can be achieved by setting the use_private_endpoint variable to true. - As part of this effort the ibmcloud_api_key input variable has been removed as an input for the module. (#442) (099b94b)
fix the value passed to provider for disable_outbound_traffic_protection to consider use case when data lookup checks current default version (#455) (77055a3)