Skip to content

event_hubs/namespaces

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.evh["azurecaf_name.evh"] azurerm_eventhub_namespace.evh["azurerm_eventhub_namespace.evh"] module.event_hub_namespace_auth_rules["module.event_hub_namespace_auth_rules"] module.event_hubs["module.event_hubs"] azurerm_eventhub_namespace.evh --> azurecaf_name.evh module.event_hub_namespace_auth_rules --> azurerm_eventhub_namespace.evh module.event_hubs --> azurerm_eventhub_namespace.evh

Module Reference

Category: event_hubs
Path: modules/event_hubs/namespaces
Azure Resources: azurecaf_name, azurerm_eventhub_namespace

Inputs

Name Description Type Required Default Validation
"global_settings" "Global settings object (see module README.md)" any yes - -
"settings" "The settings for the Azure resource." any yes - -
"client_config" "Client configuration object (see module README.md)." any yes - -
"storage_accounts" any no {} -
"location" "location of the resource if different from the resource group." string no - -
"resource_group_name" "Resource group object to deploy the Azure resource" string no - -
"resource_group" "Resource group object to deploy the Azure resource" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." bool yes - -

Outputs

Name Description Sensitive Value
"id" "The EventHub Namespace ID." - azurerm_eventhub_namespace.evh.id
"name" "The EventHub Namespace name." - azurerm_eventhub_namespace.evh.name
"resource_group_name" "Name of the resource group" - local.resource_group_name
"location" "Location of the service" - local.location
"tags" "A mapping of tags to assign to the resource." - azurerm_eventhub_namespace.evh.tags
"event_hubs" - module.event_hubs

Sources

  • modules/event_hubs/namespaces/auth_rules.tf
  • modules/event_hubs/namespaces/event_hub_namespaces.tf
  • modules/event_hubs/namespaces/event_hubs.tf
  • modules/event_hubs/namespaces/locals.tf
  • modules/event_hubs/namespaces/main.tf
  • modules/event_hubs/namespaces/outputs.tf
  • modules/event_hubs/namespaces/variables.tf