Skip to content

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

v4.1.0

18 Jul 13:30
v4.1.0
0ef29f8

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

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

Choose a tag to compare

4.0.6 (2025-07-13)

Bug Fixes

v4.0.5

12 Jul 15:17
v4.0.5
2ee9341

Choose a tag to compare

4.0.5 (2025-07-12)

Bug Fixes

v4.0.4

06 Jul 22:57
v4.0.4
cd4eb8b

Choose a tag to compare

4.0.4 (2025-07-06)

Bug Fixes

v4.0.3

02 Jul 16:58
v4.0.3
9c882dd

Choose a tag to compare

4.0.3 (2025-07-02)

Bug Fixes

v4.0.2

02 Jul 10:40
v4.0.2
c098325

Choose a tag to compare

4.0.2 (2025-07-02)

Bug Fixes

  • changed the following name of input variable in fscloud submodule: pg_version -> postgresql_version(#660) (c098325)

v4.0.1

27 Jun 15:55
v4.0.1
7753fe3

Choose a tag to compare

4.0.1 (2025-06-27)

Bug Fixes

  • update catalog validation existing_resource_group_name (#659) (7753fe3)

v4.0.0

27 Jun 15:00
v4.0.0
7069561

Choose a tag to compare

4.0.0 (2025-06-27)

Features

  • added fully-configurable & security-enforced DA variations (#641) (7069561)

BREAKING CHANGES

  • No upgrade path from standard to the new Fully configurable and Security-enforced variations

v3.22.27

17 Jun 17:52
v3.22.27
57afac9

Choose a tag to compare

3.22.27 (2025-06-17)

Bug Fixes

  • deps: bump required IBM terraform provider version to >=1.79.2, <2.0.0 (#658) (57afac9)