v3.0.0
·
419 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_count
now 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
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 encryptionskip_iam_authorization_policy
now defaults totrue
, but is only relevant ifkms_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
- If you were using the legacy input variable
allowlist
to 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