Skip to content

Commit 1f83bee

Browse files
committed
wip
1 parent 1eb8564 commit 1f83bee

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

infrastructure/terraform/hub/outputs.tf

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,6 @@ output "azure_monitor_private_link_scope_name" {
22
value = azurerm_monitor_private_link_scope.ampls.name
33
}
44

5-
output "certificates" {
6-
value = module.acme_certificate
7-
sensitive = true
8-
}
9-
10-
output "event_grid_topic" {
11-
value = module.event_grid_topic
12-
}
13-
14-
# Output the Event Hub Id for Log Analytics Data Exports so it can be used as a reference
15-
# by the Log Analytics workspace modules in Audit and Hub services
16-
output "eventhub_law_export_id" {
17-
value = { for k, v in module.eventhub_law_export : k => v.id }
18-
}
19-
20-
output "event_hubs" {
21-
value = { for k, v in module.eventhub_law_export : k => v.event_hubs }
22-
}
23-
245
# Output the Firewall details so they can be used in the spoke networks
256
output "firewall_policy_id" {
267
value = { for k, v in module.firewall : k => v.firewall_policy_id }

0 commit comments

Comments
 (0)