Adds log analytics configuration to postgres

This commit is contained in:
Rob Gil
2020-01-30 14:43:52 -05:00
parent 8856d0f448
commit 27f3096593
3 changed files with 37 additions and 1 deletions

View File

@@ -93,3 +93,8 @@ variable "ssl_enforcement" {
description = "Enforce SSL (Enabled/Disable)"
default = "Enabled"
}
variable "workspace_id" {
description = "Log Analytics workspace for this resource to log to"
type = string
}