Skip to content

Commit

Permalink
fix: making zpa config optional for cc_vmss
Browse files Browse the repository at this point in the history
  • Loading branch information
rhartnett-zscaler committed Jul 19, 2024
1 parent f23c2fb commit 9e59ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cc_vmss/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ variable "zpa_enabled" {
variable "domain_names" {
type = map(any)
description = "Domain names fqdn/wildcard to have Azure Private DNS redirect DNS requests to Cloud Connector"
default = {}
}

variable "target_address" {
Expand Down

0 comments on commit 9e59ce5

Please sign in to comment.