Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Oct 6, 2023
1 parent 2baa81a commit 8b75197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectivity/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ locals {
# - azurerm_private_dns_zone
locals {
enable_private_link_by_service = local.settings.dns.config.enable_private_link_by_service
lowered_private_link_locations = [ for location in local.settings.dns.config.private_link_locations : lower(location) ]
lowered_private_link_locations = [for location in local.settings.dns.config.private_link_locations : lower(location)]
private_link_locations = coalescelist(local.lowered_private_link_locations, [local.location])
private_dns_zone_prefix = "${local.resource_group_config_by_scope_and_location["dns"][local.dns_location].resource_id}/providers/Microsoft.Network/privateDnsZones/"

Expand Down

0 comments on commit 8b75197

Please sign in to comment.