Data Source: azurerm_eventhub_consumer_group

Use this data source to access information about an existing Event Hubs Consumer Group within an Event Hub.

Example Usage

data "azurerm_eventhub_consumer_group" "test" {
  name                = azurerm_eventhub_consumer_group.test.name
  namespace_name      = azurerm_eventhub_namespace.test.name
  eventhub_name       = azurerm_eventhub.test.name
  resource_group_name = azurerm_resource_group.test.name
}

Argument Reference

Attributes Reference

The following attributes are exported:

Timeouts

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