Skip to content

Commit 00e6557

Browse files
committed
wipp
1 parent 9f1e308 commit 00e6557

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

infrastructure/terraform/hub/outputs.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ output "private_endpoint_rg_name" {
3030
value = { for k, v in azurerm_resource_group.rg_private_endpoints : k => v.name }
3131
}
3232

33-
output "public_dns_zone_rg_name" {
34-
value = var.dns_zone_rg_name_public
35-
}
33+
# output "public_dns_zone_rg_name" {
34+
# value = var.dns_zone_rg_name_public
35+
# }
3636

3737
output "subnets_hub" {
3838
value = module.subnets_hub

infrastructure/terraform/hub/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ variable "diagnostic_settings" {
116116
# description = "Map of zone identifiers to their full public DNS zone names"
117117
# }
118118

119-
variable "dns_zone_rg_name_public" {
120-
type = string
121-
}
119+
# variable "dns_zone_rg_name_public" {
120+
# type = string
121+
# }
122122

123123
variable "environment" {
124124
description = "Environment code for deployments"

0 commit comments

Comments
 (0)