Skip to content

Commit

Permalink
Deploy diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Jul 24, 2024
1 parent 2fbc012 commit 22dbb63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions key-vault-tfvars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ module "azurerm_key_vault" {
key_vault_access_users = []
key_vault_access_ipv4 = local.key_vault_access_ipv4
tfvars_filename = local.tfvars_filename
enable_diagnostic_setting = false
enable_diagnostic_storage_account = false
tags = local.tags
enable_diagnostic_setting = true
enable_log_analytics_workspace = true

tags = local.tags

depends_on = [local.resource_group]
}

0 comments on commit 22dbb63

Please sign in to comment.