Skip to content

v3.7.0

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 03 May 14:31
· 509 commits to main since this release
50e9932

3.7.0 (2023-05-03)

Dependency updates:

  • terraform-ibm-landing-zone-vpc v6.0.1 -> v7.0.1
  • Required IBM terraform provider is now >= 1.52.0

Consumer update actions:

Consumers using override.json and looking to update to this version need to:

  • modify their JSON to remove use_manual_address_prefixes from the vpcs array, as this was removed in terraform-ibm-landing-zone-vpc 7.x
  • add an address_prefixes map to all of the VPC items in the vpcs array. For example:
"address_prefixes": {
  "zone-1": [],
  "zone-2": [],
  "zone-3": []
}

NB: If address_prefixes is not set, the VPC 7.x module will assume "auto prefix" and attempt to destroy/create the VPC