Skip to content

Commit

Permalink
geen tags
Browse files Browse the repository at this point in the history
  • Loading branch information
BerendvW authored Mar 14, 2024
1 parent 0b4bbcd commit 291abbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking/private_endpoint/private_endpoint.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "azurerm_private_endpoint" "pep" {
location = local.location
resource_group_name = local.resource_group_name
subnet_id = var.subnet_id
tags = merge(local.tags, try(each.value.tags, null))
#tags = merge(local.tags, try(each.value.tags, null))


private_service_connection {
Expand Down

0 comments on commit 291abbf

Please sign in to comment.