Skip to content

Commit 3e4f797

Browse files
author
Lee Johnson
committed
Updating the documentation on the website source to reflect the addition.
1 parent ea613ce commit 3e4f797

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

website/source/docs/providers/statuscake/index.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
```

website/source/docs/providers/statuscake/r/test.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)