diff --git a/website/docs/language/values/variables.mdx b/website/docs/language/values/variables.mdx index fc8de6e4e..4bfe6e053 100644 --- a/website/docs/language/values/variables.mdx +++ b/website/docs/language/values/variables.mdx @@ -276,7 +276,7 @@ which will cause Terraform to hide it from regular output regardless of how you assign it a value. For more information, see [Sensitive Resource Attributes](/language/expressions/references#sensitive-resource-attributes). -If you use a sensitive value from as part of an +If you use a sensitive value as part of an [output value](/language/values/outputs) then Terraform will require you to also mark the output value itself as sensitive, to confirm that you intended to export it.