Skip to content

Commit

Permalink
Merge pull request #58 from athiththan11/main-dns-zone
Browse files Browse the repository at this point in the history
Output DNS Zone Name Servers
  • Loading branch information
athiththan11 authored Apr 13, 2024
2 parents c2781a3 + 66d8e09 commit ce68eb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/azurerm/DNS-Zone/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ output "dns_zone_id" {
depends_on = [azurerm_dns_zone.dns_zone]
value = azurerm_dns_zone.dns_zone.id
}

output "dns_zone_name_servers" {
depends_on = [azurerm_dns_zone.dns_zone]
value = azurerm_dns_zone.dns_zone.name_servers
}

0 comments on commit ce68eb7

Please sign in to comment.