v4.3.0
terraform-ibm-modules-ops
released this
11 Nov 13:42
·
13 commits
to main
since this release
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)