Skip to content

v4.0.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 07 Nov 16:40
· 111 commits to main since this release
v4.0.0
a6b7a5f

4.0.0 (2023-11-07)

Features

  • Introduce allow dns resolution binding (#429) (a6b7a5f)

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 and cloud_service_by_crn variables now follow the same type and naming conventions.
    • Removal of vpe_names variable: this variable was replaced with the vpe_name field in the cloud_services and cloud_service_by_crn.

❗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.