Skip to content

Commit 467e298

Browse files
fix: suggestion 2
Co-authored-by: Ben Drucker <[email protected]>
1 parent 2ea39d5 commit 467e298

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
@@ -4,7 +4,7 @@ Disallows using the normal attribute containing sensitive information, in favor
44

55
## Example
66

7-
In this example `aws_secretsmanager_secret_version` is used, but you can replace that with any resource with write-only attributes:
7+
This example uses `aws_secretsmanager_secret_version`, but the rule applies to all resources with write-only attributes:
88

99
```hcl
1010
resource "aws_secretsmanager_secret_version" "test" {

0 commit comments

Comments
 (0)