Releases: terraform-ibm-modules/terraform-ibm-kms-all-inclusive
Releases · terraform-ibm-modules/terraform-ibm-kms-all-inclusive
v4.4.0
v4.3.0
v4.2.0
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), androtation_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) andkey_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
v4.0.0
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
v3.1.1
v3.1.0
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.