Configures KeyVault to log to a log analytics workspace

This commit is contained in:
Rob Gil
2020-01-27 12:44:28 -05:00
parent 3e4244fc6d
commit b61bb6a4c4
4 changed files with 32 additions and 2 deletions

View File

@@ -48,4 +48,10 @@ variable "whitelist" {
type = map
description = "A map of whitelisted IPs and CIDR ranges. For single IPs, Azure expects just the IP, NOT a /32."
default = {}
}
}
variable "workspace_id" {
description = "Log Analytics Workspace ID for sending logs generated by this resource"
type = string
}