Data Source: azurerm_virtual_hub_route_table

Uses this data source to access information about an existing Virtual Hub Route Table.

Virtual Hub Route Table Usage

data "azurerm_virtual_hub_route_table" "example" {
  name                = "example-hub-route-table"
  resource_group_name = "example-resources"
  virtual_hub_name    = "example-hub-name"
}

output "virtual_hub_route_table_id" {
  value = data.azurerm_virtual_hub_route_table.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


An route block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: