Skip to content

v2.0.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 17 May 08:08
· 496 commits to main since this release
78de6fb

2.0.0 (2023-05-17)

Updates: (#158) (78de6fb)

  • cpu_count default value is now 0, meaning shared CPU by default. When updating from a previous version, you may now wish to explicitly set this to match (or update the current value). Previous default was 7.
  • disk_mb default value now 10240 (was previously 20480).
  • 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.
  • variable validation and description cleanup
  • added support to create service credentials using new variable service_credential_names

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)
  • added new outputs: crn, cbr_rule_ids, service_credentials_json and service_credentials_object
  • default value for plan is now enterprise (was previously standard)
  • Due to enterprise now being the default, the following variable defaults have changed:
    • memory_mb: 1024 -> 14336
  • auto_scaling defaults to null (meaning disabled by default)

BREAKING CHANGES