Skip to content

v6.3.0

Latest
Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 15 Nov 04:22
v6.3.0
99ad28e

6.3.0 (2024-11-15)

Features

  • add support for Virtual Network Interface in all VSI patterns.
    - The VSI patterns will now creates VSIs 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. (#915) (99ad28e)