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
cidr
attribute toaddress_space
for vnet - updated
cidr
attribute toaddress_prefixes
for 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.vnet
object:cidr
->address_space
- Rename property in
var.vnet.subnets
object:cidr
->address_prefixes
- Remove any reference to vhub-connection submodule which can be found under the vwan module now.