From 5bda1c6a4e379138668a19f6d6fa1320c06229d9 Mon Sep 17 00:00:00 2001 From: Phillip Shipley Date: Mon, 21 Dec 2020 10:53:53 -0500 Subject: [PATCH] fix default value for custom error messages to avoid errors when not set --- vars.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars.tf b/vars.tf index c8916c5..96d0f62 100644 --- a/vars.tf +++ b/vars.tf @@ -80,7 +80,7 @@ variable "custom_error_response" { response_code = number response_page_path = string })) - default = null + default = [] } variable "default_root_object" {