Adds log analytics logging for k8s

This commit is contained in:
Rob Gil
2020-01-29 11:17:47 -05:00
parent 27f3096593
commit 8475b519ce
3 changed files with 48 additions and 0 deletions

View File

@@ -62,3 +62,8 @@ variable "client_secret" {
type = string
description = "The client secret for the Service Principal associated with the AKS cluster."
}
variable "workspace_id" {
description = "Log Analytics workspace for this resource to log to"
type = string
}