Add note to upgrade guide about provider sensitivity (#26643)

* Add note to upgrade guide about provider sensitivity

Now that sensitivity follows attributes providers mark
as sensitive, add this note to the upgrade guide.

Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
This commit is contained in:
Pam Selle 2020-10-20 13:13:51 -04:00 committed by GitHub
parent d9ac57ffae
commit 7924117acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -321,9 +321,9 @@ instead of the actual value.
Terraform v0.14 introduces a more extensive version of that behavior where Terraform v0.14 introduces a more extensive version of that behavior where
Terraform will track when you write an expression whose result is derived Terraform will track when you write an expression whose result is derived
from a from a
[sensitive input variable](/docs/configuration/outputs.html#sensitive-suppressing-values-in-cli-output) [sensitive input variable](/docs/configuration/outputs.html#sensitive-suppressing-values-in-cli-output),
or
[sensitive output value](/docs/configuration/variables.html#suppressing-values-in-cli-output), [sensitive output value](/docs/configuration/variables.html#suppressing-values-in-cli-output),
or an attribute defined as sensitive by a provider,
and so after upgrading to Terraform v0.14 you may find that more values are and so after upgrading to Terraform v0.14 you may find that more values are
obscured in the Terraform plan output than would have been in Terraform v0.13. obscured in the Terraform plan output than would have been in Terraform v0.13.