Data Source: azurerm_virtual_hub

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

Virtual Hub Usage

data "azurerm_virtual_hub" "example" {
  name                = "example-hub"
  resource_group_name = "example-resources"
}

output "virtual_hub_id" {
  value = data.azurerm_virtual_hub.example.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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