We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a01f1c commit 97dfd8bCopy full SHA for 97dfd8b
docs/resources/connection.md
@@ -42,6 +42,12 @@ resource "hookdeck_connection" "connection_example" {
42
}
43
44
},
45
+ {
46
+ deduplicate_rule = {
47
+ window = 3600000 # 1 hour in milliseconds (1s-1hr range)
48
+ include_fields = ["body.id", "body.event_type"]
49
+ }
50
+ },
51
{
52
delay_rule = {
53
delay = 10000
examples/resources/hookdeck_connection/resource.tf
@@ -27,6 +27,12 @@ resource "hookdeck_connection" "connection_example" {
27
28
29
30
31
32
33
34
35
36
37
38
0 commit comments