Skip to content

Commit

Permalink
running pre-commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
donovm4 committed Jan 14, 2025
1 parent 41cd47d commit 9a138ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.private_endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ resource "azurerm_private_endpoint" "slot_this_unmanaged_dns_zone_groups" {
custom_network_interface_name = each.value.pe_value.network_interface_name
tags = var.all_child_resources_inherit_tags ? merge(var.tags, each.value.pe_value.tags) : each.value.pe_value.tags


private_service_connection {
is_manual_connection = false
name = each.value.pe_value.private_service_connection_name != null ? each.value.pe_value.private_service_connection_name : "pse-${var.name}"
Expand Down

0 comments on commit 9a138ba

Please sign in to comment.