Skip to content

Commit

Permalink
Update docs/resources/sensitive_data_scanner_rule.md
Browse files Browse the repository at this point in the history
Co-authored-by: May Lee <[email protected]>
  • Loading branch information
artslidd and maycmlee authored Jan 24, 2024
1 parent e9d10c8 commit 059ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/sensitive_data_scanner_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resource "datadog_sensitive_data_scanner_rule" "mylibraryrule" {
Required:

- `character_count` (Number) Number of characters to look backward to find a keyword validating a match. It must be between 1 and 50 included.
- `keywords` (List of String) Keyword list that will be checked during scanning in order to validate a match. The number of keywords in the list must be lower or equal than 30.
- `keywords` (List of String) Keyword list that is checked during scanning in order to validate a match. The number of keywords in the list must be lower than or equal to 30.


<a id="nestedblock--text_replacement"></a>
Expand Down

0 comments on commit 059ea1d

Please sign in to comment.