Skip to content

Releases: hookdeck/terraform-provider-hookdeck

v0.2.0

23 Apr 10:16
b4a3178
Compare
Choose a tag to compare

Updates

  • Update to Hookdeck Go SDK v0.0.37
  • rename "archived" to "disabled"
  • fix some small type changes from the SDK
  • remove default API base URL because the API without versioning doesn't work

Features

Add more source verification providers

  • Ebay
  • Enode
  • FrontApp
  • Linear
  • Orb
  • Pylon
  • Shopline
  • Telnyx
  • TokenIo

Add JSON source verification support

resource "hookdeck_source_verification" "verification_example" {
  source_id = hookdeck_source.example.id
  verification = {
    json = jsonencode({
      type = "stripe"
      configs = {
        webhook_secret_key = "secret"
      }
    })
  }
}

v0.1.4

29 Jan 14:54
7bacc66
Compare
Choose a tag to compare
v0.1.4 release

v0.1.3

31 Oct 07:39
d046140
Compare
Choose a tag to compare

What's Changed

  • docs: Add README and getting started docs by @alexluong in #6
  • chore(deps): bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #7
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 by @dependabot in #5

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Oct 13:01
Compare
Choose a tag to compare
feat: Delete transformation by obfuscating its name for uniqueness

v0.1.1

03 Oct 17:28
05db524
Compare
Choose a tag to compare
chore(deps): bump actions/checkout from 4.0.0 to 4.1.0 (#4)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.0

15 Sep 18:40
Compare
Choose a tag to compare
fix: Lint issues