Releases: hookdeck/terraform-provider-hookdeck
Releases · hookdeck/terraform-provider-hookdeck
v0.2.0
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
v0.1.4 release
v0.1.3
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
v0.1.1
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>