File tree Expand file tree Collapse file tree
infrastructure/terraform/hub Expand file tree Collapse file tree Original file line number Diff line number Diff 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
256output "firewall_policy_id" {
267 value = { for k , v in module . firewall : k => v . firewall_policy_id }
You can’t perform that action at this time.
0 commit comments