Skip to content

Commit 0a09ffb

Browse files
committed
Corrections as per hashicorp#33856 (comment)
1 parent dcb5669 commit 0a09ffb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/docs/language/functions/nonsensitive.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ due to an inappropriate call to `nonsensitive` in your module, that's a bug in
7373
your module and not a bug in Terraform itself.
7474
**Use this function sparingly and only with due care.**
7575

76-
`nonsensitive` will no longer return an error if you pass a value that isn't marked
77-
as sensitive, even though such a call may be redundant and potentially confusing
78-
or misleading to a future maintainer of your module. Use `nonsensitive` only
79-
after careful consideration and with definite intent.
76+
`nonsensitive` will make no changes to values that aren't marked as sensitive, even though such a call may be redundant and potentially confusing.
77+
Use `nonsensitive` only after careful consideration and with definite intent.
8078

8179
Consider including a comment adjacent to your call to explain to future
8280
maintainers what makes the usage safe and thus what invariants they must take

0 commit comments

Comments
 (0)