From c8e2be76d2572282d4bde28afdaeb03fdfba8764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dra=C5=A1ko=20Radovanovi=C4=87?= Date: Sat, 11 Sep 2021 15:33:14 +0200 Subject: [PATCH] Fix a documentation typo --- website/docs/language/expressions/function-calls.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/expressions/function-calls.html.md b/website/docs/language/expressions/function-calls.html.md index b55d6a16d..f01a6563c 100644 --- a/website/docs/language/expressions/function-calls.html.md +++ b/website/docs/language/expressions/function-calls.html.md @@ -98,8 +98,8 @@ dynamically on disk as part of the plan or apply steps. The `timestamp` function returns a representation of the current system time at the point when Terraform calls it, and the `uuid` function returns a random -result which differs on each call. Without any special behavior these would -would both cause the final configuration during the apply step not to match the +result which differs on each call. Without any special behavior, these would +both cause the final configuration during the apply step not to match the actions shown in the plan, which violates the Terraform execution model. For that reason, Terraform arranges for both of those functions to produce