v3.0.0
·
489 commits
to main
since this release
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_countnow supports0(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
membersnow has a default value of 2 (was previously 3). kms_encryption_enabledmust now be set if you want to use BYOK or KYOK encryptionskip_iam_authorization_policynow defaults totrue, but is only relevant ifkms_encryption_enabledis set to atrue- The input variable
allowlisthas been removed as its now a legacy. The recommendation is to use CBRs instead.
FSCloud profile specific changes:
backup_encryption_key_crnis no longer a supported variable since it doesn't support HPCS (profile defaults to ICD randomly generated encryption key)- add
crnoutput - input variable
membersnow has a default value of 2 (was previously 3).
BREAKING CHANGES
- If you were using the legacy input variable
allowlistto restrict network to a specific IP range, you will need to migrate to using Context Based Restrictions (CBRs) for this. For more info see Protecting Cloud Databases resources with context-based restrictions