Data Source: azurerm_eventhub_cluster

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

Example Usage

data "azurerm_eventhub_cluster" "example" {
  name                = "search-eventhub"
  resource_group_name = "search-service"
}

output "eventhub_id" {
  value = data.azurerm_eventhub_cluster.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:

Timeouts

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