v4.0.0
terraform-ibm-modules-ops
released this
07 Nov 16:40
·
191 commits
to main
since this release
4.0.0 (2023-11-07)
Features
BREAKING CHANGES
- Some changes in the interface of this module as part of the introduction of DNS resolution binding:
- Fixing Internal Inconsistencies: the method of passing VPE details for multi-tenant and single-tenant VPEs was standardized. The
cloud_services
andcloud_service_by_crn
variables now follow the same type and naming conventions. - Removal of
vpe_names
variable: this variable was replaced with thevpe_name
field in thecloud_services
andcloud_service_by_crn
.
- Fixing Internal Inconsistencies: the method of passing VPE details for multi-tenant and single-tenant VPEs was standardized. The
❗While the interface of the module changes with this update, there will be no deletion or update of existing resources when upgrading to this new version, provided coherent parameters are passed as input. As example of update to make in your code, you may find interesting to see the updates made to the default and every-mt-vpe examples bundled in the module.