Update variables.mdx
Remove extraneous word "from" in "...use a sensitive value from as part of an..."
This commit is contained in:
parent
66b4d155b1
commit
01be55b5c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue