Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Releases: terraform-ibm-modules/terraform-ibm-data-engine

v2.1.1

22 Jan 11:23
0a2ccb2
Compare
Choose a tag to compare

2.1.1 (2024-01-22)

Bug Fixes

v2.1.0

10 Oct 16:33
df033f8
Compare
Choose a tag to compare

2.1.0 (2023-10-10)

Features

  • update terraform version constraints to >= 1.0.0, <1.6.0 (#95) (df033f8)

v2.0.1

06 Sep 14:56
v2.0.1
5e7e0e2
Compare
Choose a tag to compare

2.0.1 (2023-09-06)

Bug Fixes

  • add a description to the auth policy created by this module (#75) (5e7e0e2)

v2.0.0

23 Aug 10:47
v2.0.0
1be8513
Compare
Choose a tag to compare

2.0.0 (2023-08-23)

Bug Fixes

  • service_endpoints has been renamed to kms_endpoint and only allows a value of public or private (#51) (1be8513)
  • kms_key_crn has been renamed to kms_key_id and now requires the Key Proect Key ID to be passed in, and not the CRN as before (#51) (1be8513)

BREAKING CHANGES

If you provisioned an instance in a previous release and passed a Key Protect CRN value into the kms_key_crn variable, your instance was probably in a unusable state, and showed something like this:
image

Although terraform will allow you to attempt to upgrade by now passing in the KMS Key ID, the upgrade will fail with the error:
Error updating resource instance: Please contact the Service Provider for this error. [400, Bad Request] Instance value 'plan_id' is missing.

The only way to workaround this is to do a terraform destroy on the old instance, and recreate it using this version of the module or later. The data engine team are going to add extra validation to ensure going forward instance creation will fail if an incorrect value is passed for the KMS Key.

v1.0.2

09 Aug 15:36
4b2e41e
Compare
Choose a tag to compare

1.0.2 (2023-08-09)

Bug Fixes

v1.0.1

19 Jun 13:16
7889212
Compare
Choose a tag to compare

1.0.1 (2023-06-19)

Bug Fixes

  • update modules references to point to hashicorp module registry (7889212)

v1.0.0

22 May 12:16
v1.0.0
eb3164c
Compare
Choose a tag to compare

1.0.0 (2023-05-22)

Features