Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ output "azurerm_log_analytics_workspace" {
management = azurerm_log_analytics_workspace.management
}
description = "Returns the configuration data for all Log Analytics workspaces created by this module."
sensitive = true
}

# The following output is used to ensure all Log Analytics
Expand All @@ -104,6 +105,7 @@ output "azurerm_automation_account" {
management = azurerm_automation_account.management
}
description = "Returns the configuration data for all Automation Accounts created by this module."
sensitive = true
}

# The following output is used to ensure all Log Analytics
Expand Down
Loading