Skip to content

Commit f9c8653

Browse files
committed
Add missing variable for Synapse PL hub
1 parent 8c377eb commit f9c8653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synapseprivatelinkhub.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module "synapse_private_link_hub" {
88
location = var.location
99
resource_group_name = azurerm_resource_group.consumption_rg.name
1010
tags = var.tags
11+
synapse_private_link_hub_name = replace("${local.prefix}-synplh001", "-", "")
1112
diagnostics_configurations = local.diagnostics_configurations
1213
subnet_id = azapi_resource.private_endpoint_subnet.id
1314
connectivity_delay_in_seconds = local.connectivity_delay_in_seconds

0 commit comments

Comments
 (0)