Skip to content

Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql

v4.1.4

22 Jul 09:33
v4.1.4
0c5ecd2
Compare
Choose a tag to compare

4.1.4 (2025-07-22)

Bug Fixes

  • fix the prefix input variable in the DA to allow null (#690) (0c5ecd2)

v4.1.3

20 Jul 11:09
v4.1.3
ba5b7ba
Compare
Choose a tag to compare

4.1.3 (2025-07-20)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.13 (#673) (ba5b7ba)

v4.1.2

20 Jul 02:39
v4.1.2
a446841
Compare
Choose a tag to compare

4.1.2 (2025-07-20)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.12 (#672) (a446841)

v4.1.1

19 Jul 15:14
v4.1.1
4700abc
Compare
Choose a tag to compare

4.1.1 (2025-07-19)

Bug Fixes

v4.1.0

18 Jul 13:30
v4.1.0
0ef29f8
Compare
Choose a tag to compare

4.1.0 (2025-07-18)

Features (#665) (0ef29f8)

  • Add support for two ICD features:

Deletion protection:

This is feature flag, that when set to true provides protection from accidentally deleting the ICD instance.

Conceptually the instance is created with this flag set to true and if/when a destroy is attempted the request fails. In addition to requesting a destroy the flag must be set to false.

Note: This does not prevent the resource being destroyed outside of terraform.

In place major version upgrade:

This feature allows the major version increase with an in-place upgrade, retaining the original instance connection endpoints. There is a service outage during this time, since the service will not accept database updates.

There is an feature flag, version_upgrade_skip_backup. It is NOT recommended to use this feature, since an upgrade failure may result in data loss. This flag avoids taking a backup whilst in read-only mode to speed the process up.

Full documentation at: https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-upgrading&interface=ui

v4.0.7

13 Jul 23:24
v4.0.7
9e7ce33
Compare
Choose a tag to compare

4.0.7 (2025-07-13)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.11 (#669) (9e7ce33)

v4.0.6

13 Jul 03:19
v4.0.6
28b1feb
Compare
Choose a tag to compare

4.0.6 (2025-07-13)

Bug Fixes

v4.0.5

12 Jul 15:17
v4.0.5
2ee9341
Compare
Choose a tag to compare

4.0.5 (2025-07-12)

Bug Fixes

v4.0.4

06 Jul 22:57
v4.0.4
cd4eb8b
Compare
Choose a tag to compare

4.0.4 (2025-07-06)

Bug Fixes

v4.0.3

02 Jul 16:58
v4.0.3
9c882dd
Compare
Choose a tag to compare

4.0.3 (2025-07-02)

Bug Fixes