Skip to content

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

v3.2.0

26 May 11:16
v3.2.0
56ed5f5
Compare
Choose a tag to compare

3.2.0 (2023-05-26)

Features

  • add support to optionally create database users (using new users variable) and admin password (using new admin_pass variable). (#200) (56ed5f5)
  • add new outputs hostname and port which will only output if users or service credentials are created. (#200) (56ed5f5)

v3.1.0

23 May 10:12
v3.1.0
98b1030
Compare
Choose a tag to compare

3.1.0 (2023-05-23)

Features

v3.0.4

22 May 13:39
v3.0.4
44e9c07
Compare
Choose a tag to compare

3.0.4 (2023-05-22)

Bug Fixes

  • fix the skip_iam_authorization_policy variable description (#197) (44e9c07)

v3.0.3

19 May 15:24
v3.0.3
64de201
Compare
Choose a tag to compare

3.0.3 (2023-05-19)

Bug Fixes

NOTE: The cpu map has been removed from the auto_scaling variable object since ICD does not support CPU autoscaling

v3.0.2

17 May 19:41
3c864fe
Compare
Choose a tag to compare

3.0.2 (2023-05-17)

Bug Fixes

v3.0.1

17 May 08:07
v3.0.1
6463f5f
Compare
Choose a tag to compare

3.0.1 (2023-05-17)

Bug Fixes

  • add extra validation around KMS inputs (#188) (6463f5f)

v3.0.0

15 May 13:34
v3.0.0
56e623e
Compare
Choose a tag to compare

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 supports 0 (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 encryption
  • skip_iam_authorization_policy now defaults to true, but is only relevant if kms_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

v2.0.0

11 Apr 08:33
v2.0.0
6b094fa
Compare
Choose a tag to compare

2.0.0 (2023-04-11)

Features

  • added support for hyper protect (#120) (6b094fa)
  • added support to create the IAM auth policy with KMS (#120) (6b094fa)
  • added new fscloud profile module (#120) (6b094fa)

BREAKING CHANGES

  • key_protect_key_crn renamed to kms_key_crn since it now supports Hyper Protect

v1.5.0

07 Apr 09:10
v1.5.0
a0e8ff6
Compare
Choose a tag to compare

1.5.0 (2023-04-07)

Features

  • Added support for creating a new PostgreSQL instance pointing to a Point-In-Time-Recovery timestamp (#114) (a0e8ff6)

v1.4.0

31 Mar 11:05
v1.4.0
301599e
Compare
Choose a tag to compare

1.4.0 (2023-03-31)

Features

  • Support for creating read-only replicates. (#66) (301599e)