Skip to content

Commit

Permalink
Merge pull request #104 from signalsciences/blockdurationseconds-exam…
Browse files Browse the repository at this point in the history
…ples

add block_duration_seconds to site alert example
  • Loading branch information
shawnps authored Jan 23, 2023
2 parents ded15c6 + 107444f commit 435334c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions examples/resources/sigsci_site_alert/resource.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
resource "sigsci_site_alert" "test" {
site_short_name = sigsci_site.my-site.short_name
tag_name = sigsci_site_signal_tag.test_tag.id
long_name = "test_alert"
interval = 10
threshold = 12
enabled = true
action = "info"
skip_notifications = true
site_short_name = sigsci_site.my-site.short_name
tag_name = sigsci_site_signal_tag.test_tag.id
long_name = "test_alert"
interval = 10
threshold = 12
enabled = true
action = "info"
skip_notifications = true
block_duration_seconds = 3600
}

0 comments on commit 435334c

Please sign in to comment.