Skip to content

networking/relay_hybrid_connection

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.rhc["azurecaf_name.rhc"] azurerm_relay_hybrid_connection.rhc["azurerm_relay_hybrid_connection.rhc"] azurerm_relay_hybrid_connection.rhc --> azurecaf_name.rhc

Module Reference

Category: networking
Path: modules/networking/relay_hybrid_connection
Azure Resources: azurecaf_name, azurerm_relay_hybrid_connection

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 Hybrid Connection. Changing this forces a new resou... any yes - -

Outputs

Name Description Sensitive Value
id The ID of the Relay Hybrid Connection. - azurerm_relay_hybrid_connection.rhc.id

Sources

  • modules/networking/relay_hybrid_connection/main.tf
  • modules/networking/relay_hybrid_connection/module.tf
  • modules/networking/relay_hybrid_connection/outputs.tf
  • modules/networking/relay_hybrid_connection/variables.tf