Releases: terraform-ibm-modules/terraform-ibm-icd-postgresql
Releases · terraform-ibm-modules/terraform-ibm-icd-postgresql
v3.4.1
3.4.1 (2023-07-01)
Bug Fixes
- deps: update terraform terraform-ibm-modules/cbr/ibm to v1.2.1 (#231) (53c16d7)
v3.4.0
3.4.0 (2023-06-26)
Features
- updated required ibm provider version constraint to
>= 1.54.0, < 2.0.0
to pickup this fix (#225)
v3.3.1
3.3.1 (2023-06-22)
Bug Fixes
- update module reference to hashicorp module registry (bace17b)
v3.3.0
3.3.0 (2023-05-31)
Features (FSCloud profile submodule)
- add support to optionally create database users in the FSCloud profile submodule (using new
users
variable), and admin password (using new admin_pass
variable) (#206) (2b6eeba)
- add new outputs
hostname
and port
to the FSCloud profile submodule, which will only output if users or service credentials are created. (#206) (2b6eeba)
v3.2.1
3.2.1 (2023-05-30)
Bug Fixes
- fixed bug that can produce the error
Invalid value for "value" parameter: the given value is not sensitive, so this call is redundant
if not passing any values for the users
and service_credential_names
variables (#204) (ccc4746)
v3.2.0
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
3.1.0 (2023-05-23)
Features
v3.0.4
3.0.4 (2023-05-22)
Bug Fixes
- fix the
skip_iam_authorization_policy
variable description (#197) (44e9c07)
v3.0.3
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
3.0.2 (2023-05-17)
Bug Fixes