Skip to content

Commit

Permalink
Fix typo of HOOKDECK_API_KEY (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
leetrout authored Mar 28, 2024
1 parent 47a393f commit e3e530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ resource "hookdeck_connection" "connection" {
### Optional

- `api_base` (String) Hookdeck API Base URL. Alternatively, can be configured using the `HOOKDECK_API_BASE` environment variable. (default: https://api.hookdeck.com)
- `api_key` (String, Sensitive) Hookdeck API Key. Alternatively, can be configured using the `HOOKDECK_API_BASE` environment variable.
- `api_key` (String, Sensitive) Hookdeck API Key. Alternatively, can be configured using the `HOOKDECK_API_KEY` environment variable.

0 comments on commit e3e530c

Please sign in to comment.