networking/route_tables¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_route_table.rt["azurerm_route_table.rt"]
Module Reference¶
Category: networking
Path: modules/networking/route_tables
Azure Resources: azurerm_route_table
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
name |
any |
yes | - |
- | |
resource_group_name |
(Required) The name of the resource group where to create the resource. | string |
yes | - |
- |
location |
(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource t... | string |
yes | - |
- |
bgp_route_propagation_enabled |
any |
yes | - |
- | |
tags |
(Required) Map of tags to be applied to the resource | map(any) |
yes | - |
- |
base_tags |
Base tags for the resource to be inherited from the resource group. | map(any) |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_route_table.rt.id |
|
name |
- | azurerm_route_table.rt.name |
Sources¶
modules/networking/route_tables/locals.tfmodules/networking/route_tables/main.tfmodules/networking/route_tables/modules.tfmodules/networking/route_tables/outputs.tfmodules/networking/route_tables/variables.tf