Configures container registry to log to a log analytics workspace

This commit is contained in:
Rob Gil
2020-01-27 12:44:08 -05:00
parent 0900c01d88
commit 3e4244fc6d
3 changed files with 33 additions and 3 deletions

View File

@@ -52,3 +52,8 @@ variable "whitelist" {
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 = "The Log Analytics Workspace ID"
type = string
}