Skip to content

Commit

Permalink
Re-record cassettes and add force new
Browse files Browse the repository at this point in the history
  • Loading branch information
artslidd committed Jan 12, 2024
1 parent 80cf009 commit c45d9c4
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 114 deletions.
1 change: 1 addition & 0 deletions datadog/resource_datadog_sensitive_data_scanner_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func resourceDatadogSensitiveDataScannerRule() *schema.Resource {
Type: schema.TypeList,
Optional: true,
MaxItems: 1,
ForceNew: true, // If the attribute is removed, we need to recreate the rule.
Description: "Object defining a set of keywords and a number of characters that help reduce noise. You can provide a list of keywords you would like to check within a defined proximity of the matching pattern. If any of the keywords are found within the proximity check then the match is kept. If none are found, the match is discarded.",
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-01-11T15:42:51.207874+01:00
2024-01-12T11:12:15.647626+01:00
Loading

0 comments on commit c45d9c4

Please sign in to comment.