Skip to content

Commit

Permalink
fix: optional var value
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-c committed Aug 7, 2023
1 parent 5cf1109 commit 3b4b20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ variable "cloudfront" {
override = bool
preload = bool
}))
custom_waf_acl_arn = optional(string)
waf_logging_configuration = optional(object({
log_destination_configs = list(string)
logging_filter = optional(object({
Expand Down

0 comments on commit 3b4b20e

Please sign in to comment.