diff --git a/website/upgrade-guides/0-14.html.markdown b/website/upgrade-guides/0-14.html.markdown
index 79ecbadbd1..0a9441378f 100644
--- a/website/upgrade-guides/0-14.html.markdown
+++ b/website/upgrade-guides/0-14.html.markdown
@@ -321,9 +321,9 @@ instead of the actual value.
Terraform v0.14 introduces a more extensive version of that behavior where
Terraform will track when you write an expression whose result is derived
from a
-[sensitive input variable](/docs/configuration/outputs.html#sensitive-suppressing-values-in-cli-output)
-or
+[sensitive input variable](/docs/configuration/outputs.html#sensitive-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
obscured in the Terraform plan output than would have been in Terraform v0.13.