From 06390546833a57e03953153d2b64d46ee2171b29 Mon Sep 17 00:00:00 2001 From: Andy Slezak Date: Tue, 16 Feb 2021 18:29:31 -0500 Subject: [PATCH] sentence refactor - consistently -> consistency --- website/upgrade-guides/0-14.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/upgrade-guides/0-14.html.markdown b/website/upgrade-guides/0-14.html.markdown index e304cf562..874666b6b 100644 --- a/website/upgrade-guides/0-14.html.markdown +++ b/website/upgrade-guides/0-14.html.markdown @@ -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`.