File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.2.0
2+
3+ ### BREAKING CHANGES
4+
5+ - rename "archived" to "disabled"
6+
7+ ### FEATURES
8+
9+ #### Added new verification support
10+
11+ - Ebay
12+ - Enode
13+ - FrontApp
14+ - Linear
15+ - Orb
16+ - Pylon
17+ - Shopline
18+ - Telnyx
19+ - TokenIo
20+
21+ #### Added JSON source verification support
22+
23+ Useful when Hookdeck supports the verification type but the Terraform provider hasn't been updated yet.
24+
25+ ``` tf
26+ resource "hookdeck_source_verification" "verification_example" {
27+ source_id = hookdeck_source.example.id
28+ verification = {
29+ json = jsonencode({
30+ type = "stripe"
31+ configs = {
32+ webhook_secret_key = "secret"
33+ }
34+ })
35+ }
36+ }
37+ ```
38+
139## 0.1.4
240
3- FEATURES:
41+ ### FEATURES
442
5- Added verfication support for:
43+ Added verification support for:
644
745- CloudSignal
846- Courier
@@ -15,4 +53,4 @@ Added verfication support for:
1553- Square
1654- Trello
1755- Twitch
18- - Wix
56+ - Wix
You can’t perform that action at this time.
0 commit comments