Skip to content

Latest commit

 

History

History
112 lines (61 loc) · 3.24 KB

File metadata and controls

112 lines (61 loc) · 3.24 KB

Azure Synapse Private Link Hub Terraform Module

Documentation

Requirements

The following requirements are needed by this module:

Modules

No modules.

Required Inputs

The following input variables are required:

Description: Specifies the location of all resources.

Type: string

Description: Specifies the resource group name in which all resources will get deployed.

Type: string

Description: Specifies the resource id of a subnet in which the private endpoints get created.

Type: string

Description: Specifies the name of the synapse private link hub.

Type: string

Optional Inputs

The following input variables are optional (have default values):

Description: Specifies the delay in seconds after the private endpoint deployment (required for the DNS automation via Policies).

Type: number

Default: 120

Description: Specifies the diagnostic configuration for the service.

Type:

list(object({
    log_analytics_workspace_id = optional(string, ""),
    storage_account_id         = optional(string, "")
  }))

Default: []

Description: Specifies the resource ID of the private DNS zone for Synapse PL Hub. Not required if DNS A-records get created via Azure Policy.

Type: string

Default: ""

Description: Specifies a key value map of tags to set on every taggable resources.

Type: map(string)

Default: {}

Outputs

The following outputs are exported:

Description: Specifies the key vault resource id.

Description: Specifies the key vault resource name.

Description: Specifies whether the connectivity and identity has been successfully configured.