Skip to content

Commit

Permalink
fix comment (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
karanpopat authored Mar 5, 2024
1 parent b020ac9 commit 8708fa2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/flowpipe-hcl/trigger/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ The webhook URL will remain consistent across restarts. The {random string} is g
- Because the URL contains the trigger name, changing the trigger name will generate a new URL.
- The salt value is stored in `~/.flowpipe/internal/salt`
- If the file is missing or empty, flowpipe will randomly generate a new salt and write it there. If you want to change *all* of your webhook URLs, remove the salt value.
<!--
- The file may contain more than one salt. If more than one value is specified, a URL will be generated for EACH salt value for every webhook. The last one will be considered the "default" - the one that will be shown in `flowpipe trigger list` and available in the `url` HCL attribute for the trigger (`trigger.http.my_webhook.url`). `flowpipe trigger show` will show all the trigger URLs.
-->
<!-- - The file may contain more than one salt. If more than one value is specified, a URL will be generated for EACH salt value for every webhook. The last one will be considered the "default" - the one that will be shown in `flowpipe trigger list` and available in the `url` HCL attribute for the trigger (`trigger.http.my_webhook.url`). `flowpipe trigger show` will show all the trigger URLs. -->


## Webhook Response
Expand Down

0 comments on commit 8708fa2

Please sign in to comment.