Anytrue alltrue docs clarification.

pull/27108/head
Petros Kolyvas 6 years ago
parent 2119510669
commit 499fca7bcb

@ -9,9 +9,7 @@ description: |-
# `alltrue` Function
-> **Note:** This page is about Terraform 0.12 and later. For Terraform 0.11 and
earlier, see
[0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html).
-> **Note:** This function is avaialble in Terraform 0.14 and later.
`alltrue` returns `true` if all elements in a given collection are `true`
or `"true"`. It also returns `true` if the collection is empty.

@ -9,9 +9,7 @@ description: |-
# `anytrue` Function
-> **Note:** This page is about Terraform 0.12 and later. For Terraform 0.11 and
earlier, see
[0.11 Configuration Language: Interpolation Syntax](../../configuration-0-11/interpolation.html).
-> **Note:** This function is avaialble in Terraform 0.14 and later.
`anytrue` returns `true` if any element in a given collection is `true`
or `"true"`. It also returns `false` if the collection is empty.

Loading…
Cancel
Save