Skip to content

Commit

Permalink
fix default value for custom error messages to avoid errors when not set
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Dec 21, 2020
1 parent 931f916 commit 5bda1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ variable "custom_error_response" {
response_code = number
response_page_path = string
}))
default = null
default = []
}

variable "default_root_object" {
Expand Down

0 comments on commit 5bda1c6

Please sign in to comment.