Skip to content

v2.13.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 15 Jan 14:40
· 199 commits to main since this release
v2.13.0
a9a6544

2.13.0 (2025-01-15)

(#470) (a9a6544)

Features

  • Root module updates:
    • existing_kms_instance_guid is no longer a supported input. The code will now parse the GUID from the KMS key CRN
    • added new input use_same_kms_key_for_backups to give more control over KMS key usage
    • kms_encryption_enabled has been renamed to use_ibm_owned_encryption_key
  • fscloud submodule updates:
    • added new inputs use_default_backup_encryption_key and use_same_kms_key_for_backups

⚠️ Please note that when updating to this version, the s2s KMS auth policy that is created is now scoped to the exact KMS key, so you will see a destroy and re-create of the auth policy. The new policy will be created before the old one is deleted, so there will be no disruption to every day operations.