backport of commit d1c8346dec (#36841)

Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
pull/36864/head
github-actions[bot] 1 year ago committed by GitHub
parent ede1a615d8
commit 212e4045b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -105,5 +105,3 @@ The logical operators all expect bool values and produce bool values as results.
Terraform does not have an operator for the "exclusive OR" operation. If you
know that both operators are boolean values then exclusive OR is equivalent
to the `!=` ("not equal") operator.
The logical operators in Terraform do not short-circuit, meaning `var.foo && var.foo.bar` will produce an error message if `var.foo` is `null` because both `var.foo` and `var.foo.bar` are evaluated.

Loading…
Cancel
Save