v4.0.0
·
276 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_servicesandcloud_service_by_crnvariables now follow the same type and naming conventions. - Removal of
vpe_namesvariable: this variable was replaced with thevpe_namefield in thecloud_servicesandcloud_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.