Skip to content

Commit 22234b3

Browse files
committed
updating examples
1 parent 03e1767 commit 22234b3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

examples/complete/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

examples/complete/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)