From 299e0432bc720d7a145d6110959ba215c1ea617a Mon Sep 17 00:00:00 2001 From: Justin Weissig Date: Tue, 30 Apr 2019 00:06:01 -0700 Subject: [PATCH] Fixed typo Fixed typo: cafeful/careful. --- website/docs/configuration/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index 1a076eb9d..b7aeec36c 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -257,7 +257,7 @@ $ export TF_VAR_image_id=ami-abc123 However, if a root module variable uses a [type constraint](#type-constraints) to require a complex value (list, set, map, object, or tuple), Terraform will instead attempt to parse its value using the same syntax used within variable -definitions files, which requires cafeful attention to the string escaping rules +definitions files, which requires careful attention to the string escaping rules in your shell: ```