v4.2.0
terraform-ibm-modules-ops
released this
18 Sep 14:08
·
30 commits
to main
since this release
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. Ifuse_boot_volume_key_as_default
is set to true, the boot volume key (boot_volume_encryption_key
) will be used as the default. Otherwise, ifkms_encryption_enabled
is true, the specifiedvolume.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)