Releases of the Terraform Well Architected Modules
Edit me
Module: azure-law
2.2.1
Bug Fixes
Module: azure-vnet
8.0.2
Bug Fixes
Module: azure-vnet
8.0.1
Bug Fixes
Module: azure-vnet
8.0.0
⚠ BREAKING CHANGES
- updated
cidrattribute toaddress_spacefor vnet - updated
cidrattribute toaddress_prefixesfor subnet - removed submodule vhub-connection
- added submodule vnet-peering
- updated README’s and examples accordingly. (#104)
Upgrade from v7 to v8
- Update module reference to:
version = "~> 8.0" - Rename property in
var.vnetobject:cidr->address_space - Rename property in
var.vnet.subnetsobject:cidr->address_prefixes - Remove any reference to vhub-connection submodule which can be found under the vwan module now.