Skip to content

Commit

Permalink
fix(dns-wallet-dev): CHK-3610 update ns record for dev.payment-wallet…
Browse files Browse the repository at this point in the history
….pagopa.it (#2699)

fix: update ns record for dev.payment-wallet.pagopa.it
  • Loading branch information
infantesimone authored Jan 3, 2025
1 parent 3d8de49 commit 8379712
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/domains/pay-wallet-common/00_dns_public.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ resource "azurerm_dns_ns_record" "dev_payment_wallet" {
zone_name = azurerm_dns_zone.payment_wallet_public.name
resource_group_name = local.vnet_core_resource_group_name
records = [
"ns1-35.azure-dns.com.",
"ns2-35.azure-dns.net.",
"ns3-35.azure-dns.org.",
"ns4-35.azure-dns.info."
"ns1-06.azure-dns.com.",
"ns2-06.azure-dns.net.",
"ns3-06.azure-dns.org.",
"ns4-06.azure-dns.info."
]
ttl = var.dns_default_ttl_sec
tags = var.tags
Expand Down

0 comments on commit 8379712

Please sign in to comment.