Skip to content

Commit

Permalink
Set missing provider on Sentinel LAWS (Azure#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstjean authored Aug 3, 2021
1 parent 9f785fa commit f7e62ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terraform/mlz/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ resource "azurerm_log_analytics_workspace" "laws" {
}

resource "azurerm_log_analytics_solution" "laws_sentinel" {
provider = azurerm.tier1
count = var.create_sentinel ? 1 : 0

solution_name = "SecurityInsights"
Expand Down

0 comments on commit f7e62ec

Please sign in to comment.