Skip to content

Commit

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


private_service_connection {
name = var.settings.private_service_connection.name
Expand Down

0 comments on commit 0b4bbcd

Please sign in to comment.