Skip to content

v4.2.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 18 Sep 14:08
· 30 commits to main since this release
v4.2.0
3cb1b37

4.2.0 (2024-09-18)

Features

  • This module now includes a boolean variable, use_boot_volume_key_as_default, which determines the default encryption key used for volumes. If use_boot_volume_key_as_default is set to true, the boot volume key (boot_volume_encryption_key) will be used as the default. Otherwise, if kms_encryption_enabled is true, the specified volume.encryption_key will be used.

UPGRADE NOTES: In previous versions, there was a possibility that your volume was encrypted with the boot volume key instead of the provided volume.encryption_key.
To avoid any unintentional destruction of volumes during upgrade, it is recommended to set use_boot_volume_key_as_default to true. Alternatively set it to false if you don't mind infrastructure being recreated. (#721) (3cb1b37)