Skip to content

v3.0.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 15 May 13:34
· 419 commits to main since this release
v3.0.0
56e623e

3.0.0 (2023-05-15)

Updates

  • removed incorrect variable validations - validation now handled by IBM terraform provider directly
  • several variables have changed from string type to number
  • input variable member_cpu_count now supports 0 (meaning shared CPU). This is now the default value, so take note that when updating from a previous version, you may now wish to explicitly set this to match (or update the current value)
  • input variable members now has a default value of 2 (was previously 3).
  • kms_encryption_enabled must now be set if you want to use BYOK or KYOK encryption
  • skip_iam_authorization_policy now defaults to true, but is only relevant if kms_encryption_enabled is set to atrue
  • The input variable allowlist has been removed as its now a legacy. The recommendation is to use CBRs instead.

FSCloud profile specific changes:

  • backup_encryption_key_crn is no longer a supported variable since it doesn't support HPCS (profile defaults to ICD randomly generated encryption key)
  • add crn output
  • input variable members now has a default value of 2 (was previously 3).

BREAKING CHANGES