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 }