Skip to content

Commit

Permalink
Adding result after running go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
CB Hoffman committed Jan 15, 2024
1 parent 5b9059c commit 6f307b6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/resources/alert_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Optional:

- `email` (Block Set) The email notification. (see [below for nested schema](#nestedblock--notifications--email))
- `third_party` (Block Set) Third party notification. (see [below for nested schema](#nestedblock--notifications--third_party))
- `webhook` (Block Set) Webhook notification. (see [below for nested schema](#nestedblock--notifications--webhook))

<a id="nestedblock--notifications--email"></a>
### Nested Schema for `notifications.email`
Expand All @@ -75,4 +76,15 @@ Optional:
Required:

- `integration_id` (String) The integration ID, as a string.
- `integration_type` (String) The integration type, as a string.
- `integration_type` (String) The integration type, as a string.


<a id="nestedblock--notifications--webhook"></a>
### Nested Schema for `notifications.webhook`

Required:

- `integration_id` (String) The integration ID, as a string.
- `integration_type` (String) The integration type, as a string.


0 comments on commit 6f307b6

Please sign in to comment.