Skip to content

Commit

Permalink
disable sensitiveDataDiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
anatbal committed Nov 19, 2023
1 parent 81c5955 commit 70267e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/terraform/airlock/storage_accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "azapi_resource_action" "enable_defender_for_storage" {
scanResultsEventGridTopicResourceId = azurerm_eventgrid_topic.scan_result[0].id
}
sensitiveDataDiscovery = {
isEnabled = true
isEnabled = false
}
overrideSubscriptionLevelSettings = true
}
Expand Down

0 comments on commit 70267e9

Please sign in to comment.