aboutsummaryrefslogtreecommitdiffhomepage
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
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.
-rw-r--r--index.html.markdown1
-rw-r--r--r/test.html.markdown2
2 files changed, 3 insertions, 0 deletions
diff --git a/index.html.markdown b/index.html.markdown
index 150b36a..443e892 100644
--- a/index.html.markdown
+++ b/index.html.markdown
@@ -34,5 +34,6 @@ resource "statuscake_test" "google" {
34 website_url = "www.google.com" 34 website_url = "www.google.com"
35 test_type = "HTTP" 35 test_type = "HTTP"
36 check_rate = 300 36 check_rate = 300
37 contact_id = 12345
37} 38}
38``` 39```
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.