Skip to content

networking/relay_namespace

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.rns["azurecaf_name.rns"] azurerm_relay_namespace.rns["azurerm_relay_namespace.rns"] azurerm_relay_namespace.rns --> azurecaf_name.rns

Module Reference

Category: networking
Path: modules/networking/relay_namespace
Azure Resources: azurecaf_name, azurerm_relay_namespace

Inputs

Name Description Type Required Default Validation
global_settings Global settings object (see module README.md) any yes - -
client_config Client configuration object (see module README.md). any yes - -
settings (Required) Used to handle passthrough paramenters. any yes - -
remote_objects Remote objects configuration. any no {} -
base_tags Base tags for the resource to be inherited from the resource group. map(any) no {} -
resource_group_name The name of the resource group in which to create the Azure Relay Namespace. any yes - -
location Specifies the supported Azure location where the Azure Relay Namespace exists. Changing this forces a new resource to... any yes - -

Outputs

Name Description Sensitive Value
id The Azure Relay Namespace ID. - azurerm_relay_namespace.rns.id
primary_connection_string The primary connection string for the authorization rule RootManageSharedAccessKey. - azurerm_relay_namespace.rns.primary_connection_string
secondary_connection_string The secondary connection string for the authorization rule RootManageSharedAccessKey. - azurerm_relay_namespace.rns.secondary_connection_string
primary_key The primary access key for the authorization rule RootManageSharedAccessKey. - azurerm_relay_namespace.rns.primary_key
secondary_key The secondary access key for the authorization rule RootManageSharedAccessKey. - azurerm_relay_namespace.rns.secondary_key
metric_id The Identifier for Azure Insights metrics. - azurerm_relay_namespace.rns.metric_id

Sources

  • modules/networking/relay_namespace/locals.tf
  • modules/networking/relay_namespace/main.tf
  • modules/networking/relay_namespace/module.tf
  • modules/networking/relay_namespace/outputs.tf
  • modules/networking/relay_namespace/variables.tf