Data Source: azurerm_eventhub_namespace

Use this data source to access information about an existing EventHub Namespace.

Example Usage

data "azurerm_eventhub_namespace" "example" {
  name                = "search-eventhubns"
  resource_group_name = "search-service"
}

output "eventhub_namespace_id" {
  value = data.azurerm_eventhub_namespace.example.id
}

Argument Reference

Attributes Reference

The following attributes are exported only if there is an authorization rule named RootManageSharedAccessKey which is created automatically by Azure.

Timeouts

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