From c61845bc0887505fe665b26006bee8e728c37829 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Thu, 3 Dec 2020 10:11:52 -0400 Subject: [PATCH] Update alltrue.html.md I can't spell. --- website/docs/configuration/functions/alltrue.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/alltrue.html.md b/website/docs/configuration/functions/alltrue.html.md index d3cf9ded17..c20dc3b316 100644 --- a/website/docs/configuration/functions/alltrue.html.md +++ b/website/docs/configuration/functions/alltrue.html.md @@ -9,7 +9,7 @@ description: |- # `alltrue` Function --> **Note:** This function is avaialble in Terraform 0.14 and later. +-> **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.