Skip to content

Commit

Permalink
[FIX] Added Tags for Cosmos Private Endpoint (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Dec 3, 2024
1 parent e10ab11 commit b251a93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-walls-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"azure_cosmos_account": patch
---

Added tags into private endpoint
2 changes: 2 additions & 0 deletions infra/modules/azure_cosmos_account/networking.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ resource "azurerm_private_endpoint" "sql" {
name = "private-dns-zone-group"
private_dns_zone_ids = [data.azurerm_private_dns_zone.cosmos.id]
}

tags = var.tags
}

0 comments on commit b251a93

Please sign in to comment.