Data Source: azurerm_virtual_hub_connection

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

Virtual Hub Connection Usage

data "azurerm_virtual_hub_connection" "example" {
  name                = "example-connection"
  resource_group_name = "example-resources"
  virtual_hub_name    = "example-hub-name"
}

output "virtual_hub_connection_id" {
  value = data.azurerm_virtual_hub_connection.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


An routing block exports the following:


A propagated_route_table block supports the following:


A static_vnet_route block supports the following:

Timeouts

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