File tree Expand file tree Collapse file tree
website/source/docs/providers/statuscake Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,5 +34,6 @@ resource "statuscake_test" "google" {
3434 website_url = "www.google.com"
3535 test_type = "HTTP"
3636 check_rate = 300
37+ contact_id = 12345
3738}
3839```
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ resource "statuscake_test" "google" {
1818 website_url = "www.google.com"
1919 test_type = "HTTP"
2020 check_rate = 300
21+ contact_id = 12345
2122}
2223```
2324
@@ -28,6 +29,7 @@ The following arguments are supported:
2829* ` website_name ` - (Required) This is the name of the test and the website to be monitored.
2930* ` website_url ` - (Required) The URL of the website to be monitored
3031* ` check_rate ` - (Optional) Test check rate in seconds. Defaults to 300
32+ * ` contact_id ` - (Optional) The id of the contact group to be add to the test. Each test can have only one.
3133* ` test_type ` - (Required) The type of Test. Either HTTP or TCP
3234* ` paused ` - (Optional) Whether or not the test is paused. Defaults to false.
3335* ` timeout ` - (Optional) The timeout of the test in seconds.
You can’t perform that action at this time.
0 commit comments