The following input variables are required:
Description: The name of the Azure Relay Hybrid Connection.
Type: string
Description: The name of the Azure Relay namespace in which to create the Hybrid Connection.
Type: string
Description: The name of the resource group containing the Azure Relay namespace.
Type: string
The following input variables are optional (have default values):
Description: A map of authorization rules to create for the Hybrid Connection.
Type:
map(object({
listen = optional(bool, false)
send = optional(bool, false)
manage = optional(bool, false)
}))Default: {}
Description: Whether client authorization is required for this Hybrid Connection.
Type: bool
Default: true
Description: User metadata string for the Hybrid Connection.
Type: string
Default: null
The following outputs are exported:
Description: A map of authorization rule names to their IDs.
Description: A map of authorization rule names to their primary connection strings.
Description: A map of authorization rule names to their primary keys.
Description: A map of authorization rule names to their secondary connection strings.
Description: A map of authorization rule names to their secondary keys.
Description: The ID of the Relay Hybrid Connection.
Description: The name of the Relay Hybrid Connection.
The following resources are used by this module: