Merge pull request #30270 from addison-grant/patch-1
Update variables.mdx to fix typo
This commit is contained in:
commit
6ef9cf652e
|
@ -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
|
you assign it a value. For more information, see
|
||||||
[Sensitive Resource Attributes](/language/expressions/references#sensitive-resource-attributes).
|
[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
|
[output value](/language/values/outputs) then Terraform will require
|
||||||
you to also mark the output value itself as sensitive, to confirm that you
|
you to also mark the output value itself as sensitive, to confirm that you
|
||||||
intended to export it.
|
intended to export it.
|
||||||
|
|
Loading…
Reference in New Issue