terraform/lang/funcs
Arthur Burkart d4716a69e1
lang/funcs: "anytrue" function
This is an analog to the "alltrue" function, using OR as the reduce
operator rather than AND.

This also includes some simplification of the "alltrue" implementation
to implement it similarly as a sort of reduce operation with AND
as the reduce operator, but with the same effective behavior.
2020-10-23 13:52:48 -07:00
..
testdata
cidr.go add test cases and remove no-longer-needed validation 2020-07-08 13:53:54 -04:00
cidr_test.go add test cases and remove no-longer-needed validation 2020-07-08 13:53:54 -04:00
collection.go lang/funcs: "anytrue" function 2020-10-23 13:52:48 -07:00
collection_test.go lang/funcs: "anytrue" function 2020-10-23 13:52:48 -07:00
conversion.go
conversion_test.go
crypto.go
crypto_test.go
datetime.go
datetime_test.go
encoding.go lang/funcs: Rename the base64 character encoding functions 2020-10-21 10:56:56 -07:00
encoding_test.go lang/funcs: Rename the base64 character encoding functions 2020-10-21 10:56:56 -07:00
filesystem.go
filesystem_test.go
number.go
number_test.go
string.go
string_test.go