Skip to content

event_hubs/hubs

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.evhub["azurecaf_name.evhub"] azurerm_eventhub.evhub["azurerm_eventhub.evhub"] module.authorization_rules["module.authorization_rules"] azurerm_eventhub.evhub --> azurecaf_name.evhub module.authorization_rules --> azurerm_eventhub.evhub

Module Reference

Category: event_hubs
Path: modules/event_hubs/hubs
Azure Resources: azurecaf_name, azurerm_eventhub

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 - -
storage_account_id Identifier of the storage account ID to be used. string yes - -

Outputs

Name Description Sensitive Value
id The ID of the EventHub. - azurerm_eventhub.evhub.id
name The name of the EventHub. - azurerm_eventhub.evhub.name

Sources

  • modules/event_hubs/hubs/auth_rules.tf
  • modules/event_hubs/hubs/event_hub.tf
  • modules/event_hubs/hubs/main.tf
  • modules/event_hubs/hubs/outputs.tf
  • modules/event_hubs/hubs/variables.tf