From 5cb2d4894ca0d4d13509ce786abd79dcf664cbf5 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Thu, 3 Dec 2020 10:13:20 -0400 Subject: [PATCH] Anytrue alltrue docs clarification. (#27108) * Anytrue alltrue docs clarification. * Update alltrue.html.md I can't spell. * Update anytrue.html.md Yes, I can't spell. --- website/docs/configuration/functions/alltrue.html.md | 4 +--- website/docs/configuration/functions/anytrue.html.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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.