Update variables.mdx

Remove extraneous word "from" in "...use a sensitive value from as part of an..."
This commit is contained in:
Addison Grant 2021-12-27 10:25:31 -08:00 committed by GitHub
parent 66b4d155b1
commit 01be55b5c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.