docs: Fix typo in sensitive.mdx (#3431)

Signed-off-by: nemobis <federico.leva@relexsolutions.com>
This commit is contained in:
nemobis
2025-10-30 22:11:44 +02:00
committed by GitHub
parent f7460c9589
commit 6d0d9b8773

View File

@@ -25,7 +25,7 @@ locals {
```
However, we generally don't recommend writing sensitive values directly within
your module any of the files you distribute statically as part of that module,
your module to any of the files you distribute statically as part of that module,
because they may be exposed in other ways outside of OpenTofu's control.
## Examples