aboutsummaryrefslogtreecommitdiffhomepage
path: root/r/test.html.markdown
diff options
context:
space:
mode:
authorLee Johnson <leejohnson@ijoinsolutions.com>2016-06-10 13:37:44 -0400
committerLee Johnson <leejohnson@ijoinsolutions.com>2016-06-10 13:37:44 -0400
commit6c360ff24fbac9f995af1a8f3cd0e47963a89664 (patch)
treef51f9db84d64dfef1a433c86bde614de4ef615bd /r/test.html.markdown
parentd3491090f8b1844d84b8d09394f11f28545b8355 (diff)
downloadterraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.tar.gz
terraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.tar.zst
terraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.zip
Updating the documentation on the website source to reflect the addition.
Diffstat (limited to 'r/test.html.markdown')
-rw-r--r--r/test.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown
index d2d1572..4ad378a 100644
--- a/r/test.html.markdown
+++ b/r/test.html.markdown
@@ -18,6 +18,7 @@ resource "statuscake_test" "google" {
18 website_url = "www.google.com" 18 website_url = "www.google.com"
19 test_type = "HTTP" 19 test_type = "HTTP"
20 check_rate = 300 20 check_rate = 300
21 contact_id = 12345
21} 22}
22``` 23```
23 24
@@ -28,6 +29,7 @@ The following arguments are supported:
28* `website_name` - (Required) This is the name of the test and the website to be monitored. 29* `website_name` - (Required) This is the name of the test and the website to be monitored.
29* `website_url` - (Required) The URL of the website to be monitored 30* `website_url` - (Required) The URL of the website to be monitored
30* `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 31* `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.
31* `test_type` - (Required) The type of Test. Either HTTP or TCP 33* `test_type` - (Required) The type of Test. Either HTTP or TCP
32* `paused` - (Optional) Whether or not the test is paused. Defaults to false. 34* `paused` - (Optional) Whether or not the test is paused. Defaults to false.
33* `timeout` - (Optional) The timeout of the test in seconds. 35* `timeout` - (Optional) The timeout of the test in seconds.