Adds log analytics logging to cdn module

This commit is contained in:
Rob Gil
2020-01-29 11:34:45 -05:00
parent ffb29d45fc
commit 211a9e7875
3 changed files with 17 additions and 0 deletions

View File

@@ -29,3 +29,7 @@ variable "origin_host_name" {
description = "Subdomain to use for the origin in requests to the CDN"
}
variable "workspace_id" {
description = "Log Analytics Workspace ID for sending logs generated by this resource"
type = string
}