Skip to content

Commit 8575ea9

Browse files
committed
fix: doc generation fix
1 parent 45e41a7 commit 8575ea9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/rules/README.md.tmpl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ These rules enforce best practices and naming conventions:
8080
|[aws_security_group_rule_deprecated](aws_security_group_rule_deprecated.md)|Disallow using `aws_security_group_rule` resource||
8181
|[aws_provider_missing_default_tags](aws_provider_missing_default_tags.md)|Require specific tags for all AWS providers default tags||
8282

83+
### Removing secrets from state
84+
85+
These rules recommend best practices to keep sensitive information from state:
86+
87+
|Rule|Description|Enabled by default|
88+
| --- | --- | --- |
89+
|[aws_ephemeral_resources](aws_ephemeral_resources.md)|Recommends using available ephemeral resources instead of the original data source. This is only valid for Terraform v1.10+.||
90+
|[aws_write_only_arguments](aws_write_only_arguments.md)|Recommends using available write-only arguments instead of the original sensitive attribute. This is only valid for Terraform v1.11+.||
91+
8392
### SDK-based Validations
8493

8594
700+ rules based on the aws-sdk validations are also available:

0 commit comments

Comments
 (0)