Azure / terraform-azurerm-routetable

This Terraform module deploys a Route Table in Azure with a route or a set of routes passed in as input parameters. The routes are newly created with explicit next hop specified as input parameters.
MIT License
6 stars 21 forks source link

New style variables for map #4

Closed abij closed 1 year ago

abij commented 2 years ago

Use terraform 0.12 style variables. Same as other modules, like: https://github.com/Azure/terraform-azurerm-vnet/blob/master/variables.tf

Replace "map" with map(string) for tags, same like terraform-azurerm-vnet.

Fix issue #3