Skip to content

Releases: terraform-ibm-modules/terraform-ibm-kms-all-inclusive

v4.4.0

10 Oct 16:26
v4.4.0
426cc7a
Compare
Choose a tag to compare

4.4.0 (2023-10-10)

Features

  • update terraform version constraints to >= 1.0.0, <1.6.0 (#360) (426cc7a)

v4.3.0

03 Oct 16:45
16b4144
Compare
Choose a tag to compare

4.3.0 (2023-10-03)

Features

  • added new variable force_delete_key_ring which defaults to true (#359) (16b4144)

v4.2.0

24 May 20:07
c825fc0
Compare
Choose a tag to compare

4.2.0 (2023-05-24)

Features (#333) (c825fc0)

  • added the ability to configure rotation policy using new vars rotation_enabled (default value of true), and rotation_interval_month (default value of 1)
  • added the ability to enable / disable a dual authorization policy on the instance using new var dual_auth_delete_enabled (default value of false). Note: Once the dual authorization policy is set on the instance, it cannot be reverted. An instance with dual authorization policy enabled cannot be destroyed using Terraform.
  • added the ability to configure key create import access policy settings using vars key_create_import_access_enabled (default value of true) and key_create_import_access_settings (If no value is passed it takes all of the objects default values. If only one is passed then it only overrides that one value so consumers do not have to pass the entire map in order to supply overrides they want to use).
  • required ibm provider version is now >= 1.53.0

v4.1.0

02 May 11:16
v4.1.0
61a46ba
Compare
Choose a tag to compare

4.1.0 (2023-05-02)

Features

v4.0.0

21 Feb 16:31
9f0764f
Compare
Choose a tag to compare

4.0.0 (2023-02-21)

Features

BREAKING CHANGES

  • restapi provider configuration no longer required to run module

IMPORTANT: If you are upgrading to this version, ensure that you only upgrade from a version >= v3.1.0 to prevent your instance from being destroyed.

v3.1.2

21 Feb 00:21
v3.1.2
09bf226
Compare
Choose a tag to compare

3.1.2 (2023-02-21)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect to v2 (#194) (09bf226)

v3.1.1

19 Feb 06:22
v3.1.1
4736c5f
Compare
Choose a tag to compare

3.1.1 (2023-02-19)

Bug Fixes

  • deps: update terraform github.com/terraform-ibm-modules/terraform-ibm-key-protect to v1.3.0 - abandoned (#184) (4736c5f)

v3.1.0

17 Feb 14:46
v3.1.0
d76b9cf
Compare
Choose a tag to compare

3.1.0 (2023-02-17)

Features

  • use ibm provider to enable metrics on the key protect instance instead of restapi provider. Also exposed new output key_protect_instance_policies (#185) (d76b9cf)

NOTE: If upgrading to this version, you will see a destroy of the following resource identified module.key_protect_all_inclusive.module.key_protect[0].restapi_object.enable_metrics[0] however this does not actually mean metrics will be disabled. Instead it is now going to be managed by the ibm provider. At no point during upgrader will metrics be disabled.

v3.0.2

05 Jan 18:30
v3.0.2
336d9da
Compare
Choose a tag to compare

3.0.2 (2023-01-05)

Bug Fixes

v3.0.1

05 Jan 12:27
v3.0.1
4a74d58
Compare
Choose a tag to compare

3.0.1 (2023-01-05)

Bug Fixes

  • deps: update terraform ibm to v1.49.0 (#95) (4a74d58)