From 20a5db1c8665df1cdfc7436ef0c895ee04553f40 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Thu, 3 Dec 2020 14:21:31 -0400 Subject: [PATCH] Website: 0.14 Upgrade guide additions (#27112) * Update 0-14.html.markdown Spelling again. Thanks @pselle --- website/upgrade-guides/0-14.html.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/upgrade-guides/0-14.html.markdown b/website/upgrade-guides/0-14.html.markdown index 61d0aaf441..8a76ad6941 100644 --- a/website/upgrade-guides/0-14.html.markdown +++ b/website/upgrade-guides/0-14.html.markdown @@ -49,6 +49,7 @@ Upgrade guide sections: * [Provider Dependency Lock File](#provider-dependency-lock-file) * [Concise Terraform Plan Output](#concise-terraform-plan-output) * [Sensitive Values in Plan Output](#sensitive-values-in-plan-output) +* [Other important workflow changes](#other-changes) ## Before You Upgrade @@ -404,3 +405,14 @@ may cause those values to become visible to others. Sensitive values are also still saved in state snapshots stored in your configured backend. Use the access control and audit mechanisms offered by the remote system to control who can access that data. + + +## Other Important Workflow Changes + +### Terraform Output Formatting + +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. + +If you rely on `terraform output` in automation, please use `terraform output -json`.