From 43aa05effa5e6d593d4d3c81c115f07894df43d8 Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Wed, 21 Aug 2024 09:19:26 -0700 Subject: [PATCH] Update variables.tf --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index f5c797f..0523e85 100644 --- a/variables.tf +++ b/variables.tf @@ -127,7 +127,7 @@ This can extend multiple levels. EOT type = object({ contexts = list(string) - strict = optional(bool, true) + strict = optional(bool, false) }) default = null }