Skip to content

v4.3.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 11 Nov 13:42
· 13 commits to main since this release
v4.3.0
46cd958

4.3.0 (2024-11-11)

Features

  • add support for Virtual Network Interface
    - The module now creates VSI using the next gen virtual network interface by default, these VNIs are created independent of the VSIs.

UPGRADE NOTES: When upgrading from a previous version, VSIs may be destroyed and recreated. To prevent re-creation or to use the legacy network interface, set var.use_legacy_network_interface to true. (#737) (46cd958)