Skip to content

Commit

Permalink
Merge pull request #109 from signalsciences/gen-docs
Browse files Browse the repository at this point in the history
generate docs
  • Loading branch information
shawnps authored Feb 3, 2023
2 parents a29affe + a5e25c1 commit 37613e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/resources/site_alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ description: |-

```terraform
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
}
```

Expand Down
1 change: 1 addition & 0 deletions docs/resources/site_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "sigsci_site_rule" "test" {
enabled = true
reason = "Example site rule update"
signal = "SQLI"
requestlogging = "sampled"
expiration = ""
conditions {
Expand Down

0 comments on commit 37613e4

Please sign in to comment.