Adds log analytics logging to redis module

This commit is contained in:
Rob Gil
2020-01-29 11:35:09 -05:00
parent 211a9e7875
commit b0a73e5944
2 changed files with 18 additions and 0 deletions

View File

@@ -58,3 +58,8 @@ variable "subnet_id" {
type = string
description = "Subnet ID that the service_endpoint should reside"
}
variable "workspace_id" {
description = "Log Analytics workspace for this resource to log to"
type = string
}