Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql
Releases · terraform-ibm-modules/terraform-ibm-icd-postgresql
v3.19.3
3.19.3 (2024-11-12)
Bug Fixes
- fix bug when setting
use_ibm_owned_encryption_key
to true in the DA (#522) (857e1fd)
v3.19.1
3.19.1 (2024-11-12)
Bug Fixes
- deps: update terraform ibm to latest for deployable architectures (#501) (2ef000c)
v3.19.0
3.19.0 (2024-11-12)
Features
- expose the ability to use default encryption keys in fscloud submodule + DA
- exposed the ability to set the IBM terraform provider visibility in the DA (#521) (ed78199)
v3.18.2
3.18.2 (2024-11-11)
Bug Fixes
- updated required IBM provider version to
>= 1.70.0, < 2.0.0
- updated CBR module to 1.28.1 (#519) (7a73dc5)
v3.18.0
3.18.0 (2024-11-07)
Features
- added support to the DA to use a different KMS instance / key for backup encryption using new optional inputs
existing_backup_kms_key_crn
and existing_backup_kms_instance_crn
- added support to to the DA to provision and instance from a backup CRN using new input
backup_crn
(#511) (68cd6c7)
v3.17.12
Bug Fixes
- deps: updated DA to the latest KMS module version, and removed
force_delete_key_ring
as it is deprecated (#503) (ffc908c)
v3.17.11
Bug Fixes
- removed
wal_level
setting from DA default configuration to workaround a backend schema bug. By not setting it, it will default to replica
. (#514) (97a9f96)
v3.17.10
Bug Fixes
- added workaround to ensure
group
config is not set when provisioning using a backup CRN.
- fixed bug in DA where
wal_level
config setting was incorrectly set to hot_standby
. Its now set to replica
which is a valid option.(#508) (21c0b23)