Merge pull request #30270 from addison-grant/patch-1

Update variables.mdx to fix typo
This commit is contained in:
Laura Pacilio 2022-01-06 11:14:46 -05:00 committed by GitHub
commit 6ef9cf652e
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.