Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Aug 21, 2024
1 parent bbfab25 commit 43aa05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 43aa05e

Please sign in to comment.