Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 3.25 KB

File metadata and controls

97 lines (53 loc) · 3.25 KB

Module documentation

Required Inputs

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

Optional Inputs

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

Outputs

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.

Resources

The following resources are used by this module: