File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ module "key-vault" {
2222 enable_purge_protection = false
2323
2424 # Adding Key vault logs to Azure monitoring and Log Analytics space
25+ # to enable key-vault logs, either one of log_analytics_workspace_id or storage_account_id required
2526 log_analytics_workspace_id = var.log_analytics_workspace_id
2627 storage_account_id = var.storage_account_id
2728
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ module "key-vault" {
2020 enable_purge_protection = false
2121
2222 # Adding Key vault logs to Azure monitoring and Log Analytics space
23+ # to enable key-vault logs, either one of log_analytics_workspace_id or storage_account_id required
2324 log_analytics_workspace_id = var.log_analytics_workspace_id
2425 storage_account_id = var.storage_account_id
2526
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ module "key-vault" {
1313 enable_purge_protection = false
1414
1515 # Adding Key vault logs to Azure monitoring and Log Analytics space
16+ # to enable key-vault logs, either one of log_analytics_workspace_id or storage_account_id required
1617 log_analytics_workspace_id = var. log_analytics_workspace_id
1718 storage_account_id = var. storage_account_id
1819
You can’t perform that action at this time.
0 commit comments