Skip to content

Commit

Permalink
feat: added workspace id output
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidfrolov authored Sep 25, 2024
1 parent 0eff343 commit af7a2c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
output "id" {
value = azurerm_log_analytics_workspace.this.id
description = "The Log Analytics Resource ID"
}

output "workspace_id" {
value = azurerm_log_analytics_workspace.this.workspace_id
description = "The Log Analytics Workspace ID"
}

Expand Down

0 comments on commit af7a2c2

Please sign in to comment.