Skip to content

Commit c3b6539

Browse files
committed
Add workload tag to Log Analytics Workspace resource
1 parent 928ea80 commit c3b6539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,6 @@ resource "azurerm_log_analytics_workspace" "example" {
116116

117117
tags = {
118118
environment = "production"
119+
workload = "log"
119120
}
120121
}

0 commit comments

Comments
 (0)