sentence refactor - consistently -> consistency

This commit is contained in:
Andy Slezak 2021-02-16 18:29:31 -05:00 committed by GitHub
parent d390fad487
commit 0639054683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,6 +413,6 @@ the remote system to control who can access that data.
We've modified the formatting of `terraform output` to match the formatting of `terraform show`.
We consider the console output of Terraform human readable; specifically designed and optimized for operators and practitioners to review themselves. As a result we occasionally (maybe even regularly) intend to tweak that output to help improve consistently, clarity, actionability and more.
We consider the console output of Terraform human readable; specifically designed and optimized for operators and practitioners to review themselves. As a result we occasionally (maybe even regularly) intend to tweak that output to help improve consistency, clarity, actionability and more.
If you rely on `terraform output` in automation, please use `terraform output -json`.