Skip to content

Commit 2837daf

Browse files
committed
docs: update docs based on suggested alternatives
1 parent f89892c commit 2837daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/aws_write_only_attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# aws_write_only_attributes
22

3-
Disallows using the normal attribute, in favor of an available write-only attribute. This is only valid for Terraform version 1.11.0 and later.
3+
Disallows using the normal attribute containing sensitive information, in favor of an available write-only attribute. This is only valid for Terraform version 1.11.0 and later. If there alternative options available to prevent this information ending up in state, these are suggested as well.
44

55
## Example
66

0 commit comments

Comments
 (0)