Skip to content

v1.26.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 25 Mar 20:02
· 105 commits to main since this release
v1.26.0
a0cab06

1.26.0 (2025-03-25)

Features

(#295) (a0cab06)

  • The KMS auth policy has been updated so its now scoped to the exact KMS key. If upgrading from an older version this will recreate the auth policy, however it will create the new one before destroying the old one so there is no disruption to every day services.
  • The kms_instance_guid input has been removed from the module. It is now programmatically determined from the value of kms_key_crn
  • A new boolean input is_hpcs_key has been added to the module and should be set to true if the key specified in kms_key_crn is from a Hyper Protect instance. Leave it at false if using Key Protect. If set to true, a second auth policy is created which allows the Secrets Manager instance Viewer access to the HPCS instance.