terraform-azurerm-avm-res-network-routetable

MIT License

Stars
3
terraform-azurerm-avm-res-network-routetable - 0.3.0

Published by adammontlake 29 days ago

Release notes

What's Changed

  1. Breaking change: Migrate module to AzureRM v4
  2. Documentation updates
  3. 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"
}
terraform-azurerm-avm-res-network-routetable - 0.2.2 Latest Release

Published by adammontlake 2 months ago

Release notes

Update to the module documentation.

What's Changed

  1. Main module documentation update
  2. Example documentation update
  3. Repository governance
terraform-azurerm-avm-res-network-routetable - 0.2.1

Published by adammontlake 3 months ago

Release notes

Update to the route table module!

What's Changed

  1. Removed the data resource referencing the parent resource group to allow the creation of the RG without explicit dependency.
  2. Documentation update.
terraform-azurerm-avm-res-network-routetable - Version 0.2.0

Published by adammontlake 4 months ago

Release notes

Update to the route table module!

What's Changed

  1. Breaking change: Added input variable for location
  2. Breaking change: Change input variables for routes and linked vnet's to map
  3. Documentation update
terraform-azurerm-avm-res-network-routetable - 0.1.0

Published by adammontlake 5 months ago

Release notes

This is the initial release of the route table module.

Note

While the AVM framework is not yet GA, this module can still be consumed and utilized.

What's Changed

  1. Support the ability to create route table
  2. Support creating routes
  3. Support attaching route table to subnets