Skip to content

Commit

Permalink
Merge pull request #3 from quantum-sec/feature/QSE-80
Browse files Browse the repository at this point in the history
QSE-80: Add workspace ID in ouputs (patch)
  • Loading branch information
lukiffer authored Aug 20, 2020
2 parents 9fd5e2b + a73cfab commit 007a8be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/log-analytics-workspace/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ output "id" {
value = azurerm_log_analytics_workspace.workspace.id
}

output "workspace_id" {
description = "The workspace or customer ID of the Log Analytics workspace."
value = azurerm_log_analytics_workspace.workspace.workspace_id
}

output "portal_url" {
description = "The Portal URL for the Log Analytics workspace."
value = azurerm_log_analytics_workspace.workspace.portal_url
Expand Down

0 comments on commit 007a8be

Please sign in to comment.