Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanrahan-sigsci committed Feb 23, 2021
1 parent ed5b4c7 commit 8bb62bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,12 @@ resource "sigsci_site_templated_rule" "test_template_rule" {
}
alerts {
long_name = "alert 1"
interval = 60
threshold = 10
skip_notifications = true
enabled = true
action = "info"
long_name = "alert 1"
interval = 60
threshold = 10
skip_notifications = true
enabled = true
action = "info"
block_duration_seconds = sigsci_site.my-site.block_duration_seconds
}
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// required_providers {
// sigsci = {
// source = "signalsciences/sigsci"
// version = "0.3.0"
// version = "0.4.0"
// }
// }
//}
Expand All @@ -19,7 +19,7 @@ provider "sigsci" {
resource "sigsci_site" "my-site" {
short_name = "manual_test"
display_name = "manual terraform test"
block_duration_seconds = 86411
block_duration_seconds = 86400
agent_anon_mode = ""
agent_level = "block"
}
Expand Down

0 comments on commit 8bb62bc

Please sign in to comment.