From 9ccfc370b7d6de0797ebf3a81f37a604ecddb18c Mon Sep 17 00:00:00 2001 From: Kyle Kotowick Date: Tue, 10 Sep 2024 14:07:44 -0400 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 23cb815..b868386 100644 --- a/variables.tf +++ b/variables.tf @@ -127,7 +127,7 @@ variable "delete_after" { This is useful if you need to write out a temporary file that is used by other shell scripts, such as credential files. EOF - type = list(any) + type = any default = [] nullable = false }