Release notes
What's Changed
- Breaking change: Migrate module to AzureRM v4
- Documentation updates
- Repository governance - CICD changes
Note: If you are using AzureRM v3.x, reference a previous version of the module, latest version that supports v3 is "0.2.2":
module "avm-res-network-routetable" {
source = "Azure/avm-res-network-routetable/azurerm"
version = "0.2.2"
}