diff --git a/website/docs/configuration/functions/alltrue.html.md b/website/docs/configuration/functions/alltrue.html.md index 3d2ff9c97..c20dc3b31 100644 --- a/website/docs/configuration/functions/alltrue.html.md +++ b/website/docs/configuration/functions/alltrue.html.md @@ -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 available 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. diff --git a/website/docs/configuration/functions/anytrue.html.md b/website/docs/configuration/functions/anytrue.html.md index b616f3664..35e3c5ded 100644 --- a/website/docs/configuration/functions/anytrue.html.md +++ b/website/docs/configuration/functions/anytrue.html.md @@ -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 available 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.