event_hubs/consumer_groups¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.evhcg_name["azurecaf_name.evhcg_name"]
azurerm_eventhub_consumer_group.evhcg["azurerm_eventhub_consumer_group.evhcg"]
azurerm_eventhub_consumer_group.evhcg --> azurecaf_name.evhcg_name
Module Reference¶
Category: event_hubs
Path: modules/event_hubs/consumer_groups
Azure Resources: azurecaf_name, azurerm_eventhub_consumer_group
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
any |
yes | - |
- | |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
resource_group_name |
Resource group name. | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
namespace_name |
Name of the Event Hub Namespace. | string |
yes | - |
- |
eventhub_name |
Name of the Event Hub. | string |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the EventHub Consumer Group. | - | azurerm_eventhub_consumer_group.evhcg.id |
Sources¶
modules/event_hubs/consumer_groups/consumer_groups.tfmodules/event_hubs/consumer_groups/main.tfmodules/event_hubs/consumer_groups/outputs.tfmodules/event_hubs/consumer_groups/variables.tf