Skip to content

Commit a420b67

Browse files
committed
bugfix
1 parent eb611db commit a420b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/infra/logging.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ resource "azurerm_private_endpoint" "mpls_private_endpoint" {
143143
var.private_dns_zone_id_oms_opinsights,
144144
var.private_dns_zone_id_ods_opinsights,
145145
var.private_dns_zone_id_automation_agents,
146-
var.var.private_dns_zone_id_blob
146+
var.private_dns_zone_id_blob
147147
]
148148
}
149149
}

0 commit comments

Comments
 (0)