Merge pull request #27800 from amslezak/patch-1

sentence refactor - consistently -> consistency
This commit is contained in:
James Bardin 2021-02-17 09:02:20 -05:00 committed by GitHub
commit 04b5c7d452
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`.