Skip to content

Commit

Permalink
fix: Replace Ably references
Browse files Browse the repository at this point in the history
  • Loading branch information
alexluong committed Oct 12, 2023
1 parent 1288cf3 commit 27341e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hookdeck Terraform Provider

_[Hookdeck](https://hookdeck.com) is a prebuilt webhook infrastructure. It gives developers the tooling they need to monitor and troubleshoot all their inbound webhooks. For more information, see the [Ably documentation](https://ably.com/docs)._
_[Hookdeck](https://hookdeck.com) is a prebuilt webhook infrastructure. It gives developers the tooling they need to monitor and troubleshoot all their inbound webhooks. For more information, see the [Hookdeck documentation](https://hookdeck.com/docs)._

This is a Terraform provider for Hookdeck that enables you to manage your Hookdeck account using IaC (Infrastructure-as-Code), including managing your sources, destinations, connections, transformations, and more. It also enables some webhook registration workflow that allows you to configure webhooks as part of your CI/CD processes.

Expand All @@ -14,8 +14,8 @@ To install Hookdeck Terraform provider:
```hcl
terraform {
required_providers {
ably = {
source = "ably/ably"
hookdeck = {
source = "hookdeck/hookdeck"
version = "0.1.2"
}
}
Expand Down

0 comments on commit 27341e3

Please sign in to comment.