Skip to content

Commit

Permalink
added log analytics outpu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Lognseth committed Dec 1, 2022
1 parent 1b7f42b commit 4c99bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
# For questions and contributions please contact [email protected]

output "log_analytics_workspace" {
value = var.log_analytics_workspace == true ? azurerm_log_analytics_workspace.workspace[0].id : null
value = var.log_analytics_workspace == true ? azurerm_log_analytics_workspace.workspace[0] : null
sensitive = true
}

0 comments on commit 4c99bb4

Please sign in to comment.