Skip to content

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

v3.14.3

28 Jun 09:04
v3.14.3
7998909
Compare
Choose a tag to compare

3.14.3 (2024-06-28)

Bug Fixes

  • Updated description and Validation for the backup_encryption_key_crn variable to ensure both Key Protect and HPCS keys follow the proper format.
    * Updated validation logic for the backup_encryption_key_crn in the main configuration. If no value is provided, the module will now default to using kms_key_crn for both Key Protect and HPCS as the backup encryption key.
    * Updated the FSCloud submodule and its associated example to integrate the use of HPCS keys for backup encryption (#440) (7998909)

v3.14.2

15 Jun 19:07
v3.14.2
2a0411a
Compare
Choose a tag to compare

3.14.2 (2024-06-15)

Bug Fixes

v3.14.1

11 Jun 08:36
v3.14.1
69cb3da
Compare
Choose a tag to compare

3.14.1 (2024-06-11)

Bug Fixes

  • remove upper limit for required terraform version (#431) (69cb3da)

v3.14.0

31 May 20:19
v3.14.0
a3fc547
Compare
Choose a tag to compare

3.14.0 (2024-05-31)

Features

  • add missing configuration parameters and add validations for plan-time (#424) (a3fc547)

v3.13.1

31 May 14:04
v3.13.1
dbdfc3a
Compare
Choose a tag to compare

3.13.1 (2024-05-31)

Bug Fixes

v3.13.0

31 May 08:29
v3.13.0
57d9068
Compare
Choose a tag to compare

3.13.0 (2024-05-31)

Features

  • added support to set log_disconnections and log_connections in the configuration input variable object (#421) (57d9068)

v3.12.0

25 Apr 17:17
v3.12.0
03029e3
Compare
Choose a tag to compare

3.12.0 (2024-04-25)

Features

  • If host_flavor is set to multitenant, this will place the database on a logically separated, multi-tenant machine with minimum resource configurations required for multitenant config. (#405) (03029e3)

v3.11.1

16 Apr 15:56
v3.11.1
5d88773
Compare
Choose a tag to compare

3.11.1 (2024-04-16)

Bug Fixes

  • fixed issue with endpoint being passed to the ibm_database_connection resource (#400) (5d88773)

v3.11.0

10 Apr 11:58
v3.11.0
021b2ee
Compare
Choose a tag to compare

3.11.0 (2024-04-10)

Features

  • added adminuser and certificate_base64 outputs and updated the logic to always output hostname and port details (#396) (021b2ee)
  • added new variable member_host_flavor which allows you to explicially specify the host falvor. See here for list of valid values (NOTE: This is currently a Beta feature) (#382) (4ebf7c8)

v3.10.3

12 Mar 05:47
v3.10.3
1b008c5
Compare
Choose a tag to compare

3.10.3 (2024-03-12)

Bug Fixes