From 8f9d368a2523f437cbd5a0ab9ab1af7675e28d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendeg=C3=BAz=20=C3=81cs?= <30595431+acsbendi@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:16:13 +0200 Subject: [PATCH] Fixed typo in documentation about expressions --- website/docs/configuration/expressions.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/expressions.html.md b/website/docs/configuration/expressions.html.md index c1924595d..a7d5d9f26 100644 --- a/website/docs/configuration/expressions.html.md +++ b/website/docs/configuration/expressions.html.md @@ -730,7 +730,7 @@ The `<<` marker followed by any identifier at the end of a line introduces the sequence. Terraform then processes the following lines until it finds one that consists entirely of the identifier given in the introducer. In the above example, `EOT` is the identifier selected. Any identifier is allowed, but -conventionally this identifier is in all-uppercase and beings with `EO`, meaning +conventionally this identifier is in all-uppercase and begins with `EO`, meaning "end of". `EOT` in this case stands for "end of text". The "heredoc" form shown above requires that the lines following be flush with