Skip to content

v4.0.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 13 May 10:40
· 26 commits to main since this release
v4.0.0
3790100

4.0.0 (2024-05-13)

Features

  • In previous versions, it was found that adding or removing VSIs after they have been initially created by this module can cause VSIs to be destroyed and recreated due to the naming convention and logic being used. In order to fix this, the naming convention has changed in v4 of the module to be prefix- + the last 4 digits of the subnet ID + a sequential number for each subnet. For example, prefix-3ad7-001. (#610) (3790100)

BREAKING CHANGES

  • Due to the refactoring work, if you are upgrading from an older version of this module to v4, you will see terraform wanting to destroy and recreate VSIs (and associated resources). To prevent this, please follow the upgrade steps in Updating from v3 to v4