Skip to content

Commit

Permalink
Merge pull request #404 from rollbar/pawel/fix_doc
Browse files Browse the repository at this point in the history
updating documentation
  • Loading branch information
pawelsz-rb authored Jul 10, 2024
2 parents dda6fa2 + 3d7f074 commit 1d18ea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest

permissions:
actions: read
contents: write
packages: write

steps:

- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ provider "rollbar" {
resource "rollbar_notification" "email" {
channel = "email"
rule {
enabled = true
trigger = "occurrence_rate"
filters {
type = "rate"
Expand All @@ -56,6 +57,7 @@ The following arguments are supported:
* `config` - (Required) An array of configurations for notification rules. Structure is [documented below](#nested_config)

<a name="nested_rule"></a>The `rule` block supports:
* `enabled` - (Optional) Boolean that enables the rule notification. The default value is `true`.
* `trigger` - (Required) The category of trigger evaluations using the expressions defined in filters block(s).
* `filters` - (Required) One or more nested configuration blocks that define filter expressions. Structure is [documented below](#nested_filters)

Expand Down

0 comments on commit 1d18ea1

Please sign in to comment.