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
added new variable enable_registry_storage (bool) to allow consumer to enable or disable an IBM Cloud Object Storage bucket to be used for OpenShift internal container image storage. Previously this was not optional and was always provisioned with COS storage, but recent changes to underlying API now makes it possible to turn storage off to take care of certain compliancy restrictions.
NOTE: You must have an allowlisted account to avail of this feature until its fully GA (#307) (f4b1a10)
new optional attribute account_id added to the kms_config input variable providing the ability to attach a KMS instance to a cluster from a different account. As this feature only became available in IBM provider version 1.60.0, the modules version constraints have been updated to >= 1.60.0, <2.0.0. See Cross account KMS encryption example for more information.(#301) (d85b328)