networking/routes¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_route.route["azurerm_route.route"]
Module Reference¶
Category: networking
Path: modules/networking/routes
Azure Resources: azurerm_route
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 | - |
- |
"route_table_name" |
any |
yes | - |
- | |
"address_prefix" |
any |
yes | - |
- | |
"next_hop_type" |
any |
yes | - |
- | |
"next_hop_in_ip_address_fw" |
any |
no | - |
- | |
"next_hop_in_ip_address_vm" |
any |
no | - |
- | |
"next_hop_in_ip_address" |
any |
no | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_route.route.id |
Sources¶
modules/networking/routes/module.tfmodules/networking/routes/outputs.tfmodules/networking/routes/variables.tf