route-table
aztfm/route-table/azurerm
Terraform module for Microsoft Azure to manage Route Table resource.
Azure Route Table - Terraform Module   !GitHub release (latest by date)  Version compatibility | Module version | Terraform version | AzureRM version | | -------------- | ----------------- | --------------- | | >= 2.x.x | >= 1.3.x | >= 2.0.0 | | >= 1.x.x | >= 0.13.x | >= 2.0.0 | Parameters The following parameters are supported: | Name | Description | Type | Default | Required | | ---- | ----------- | :--: | :-----: | :------: | |name|The name of the route table.|string|n/a|yes| |resource\_group\_name|The name of the resource group in which to create
| Name | Type | Description | Default |
|---|---|---|---|
| resource_group_name | string | The name of the resource group in which to create the route table. | required |
| location | string | The location/region where the route table is created. | required |
| name | string | The name of the route table. | required |
| tags | map(string) | A mapping of tags to assign to the resource. | {} |
| disable_bgp_route_propagation | bool | Boolean flag which controls propagation of routes learned by BGP on that route t | true |
| routes | list(object({ name | List of objects that represent the configuration of each route. | [] |
subnets — List of the ids of the subnets configured to the route table.id — The route table configuration ID.name — The name of the route table.resource_group_name — The name of the resource group in which to create the route table.location — The location/region where the route table is created.tags — The tags assigned to the resource.routes — Blocks containing configuration of each route.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,