Skip to content

Commit

Permalink
Merge pull request #3 from clouddrove/internal-a
Browse files Browse the repository at this point in the history
Added workspace_id output
  • Loading branch information
d4kverma authored Mar 9, 2023
2 parents 5628327 + 2c3c780 commit 71bd865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ output "workspace_id" {
value = var.create_log_analytics_workspace == true ? join("", azurerm_log_analytics_workspace.main.*.id) : null
}

output "workspace_customer_id" {
value = var.create_log_analytics_workspace == true ? join("", azurerm_log_analytics_workspace.main.*.workspace_id) : null
}

0 comments on commit 71bd865

Please sign in to comment.