Skip to content

Commit

Permalink
fix tags assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 13, 2025
1 parent 1d616a8 commit 955f4da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/_modules/global/modules/dns/private_dns_zones.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,15 @@ resource "azurerm_private_dns_zone" "privatelink_azurewebsites" {
resource "azurerm_private_dns_zone" "privatelink_srch" {
name = "privatelink.search.windows.net"
resource_group_name = var.resource_groups.common

tags = var.tags
}

resource "azurerm_private_dns_zone" "privatelink_vault" {
name = "privatelink.vaultcore.azure.net"
resource_group_name = var.resource_groups.common

tags = var.tags
}

resource "azurerm_private_dns_zone" "azure_api_net" {
Expand Down

0 comments on commit 955f4da

Please sign in to comment.