Merge pull request #21156 from jweissig/patch-2

Fixed typo
This commit is contained in:
Pam Selle 2019-04-30 10:45:34 -04:00 committed by GitHub
commit 02850111b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```