Skip to content

networking/virtual_hub_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_resource_group_template_deployment.route_table_entries["azurerm_resource_group_template_deployment.route_table_entries"] null_resource.virtual_hub_route_table["null_resource.virtual_hub_route_table"]

Module Reference

Category: networking
Path: modules/networking/virtual_hub_route_tables
Azure Resources: azurerm_resource_group_template_deployment, null_resource

Inputs

Name Description Type Required Default Validation
client_config Client configuration object (see module README.md). any yes - -
name any yes - -
remote_objects any yes - -
settings The settings for the Azure resource. any yes - -
virtual_hub any yes - -

Outputs

No outputs defined.

Sources

  • modules/networking/virtual_hub_route_tables/route_local.tf
  • modules/networking/virtual_hub_route_tables/route_table_arm.tf
  • modules/networking/virtual_hub_route_tables/route_table_sh.tf
  • modules/networking/virtual_hub_route_tables/variables.tf