diff options
-rw-r--r-- | r/test.html.markdown | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown index 1cb0fcc..b3cf174 100644 --- a/r/test.html.markdown +++ b/r/test.html.markdown | |||
@@ -26,12 +26,13 @@ resource "statuscake_test" "google" { | |||
26 | The following arguments are supported: | 26 | The following arguments are supported: |
27 | 27 | ||
28 | * `website_name` - (Required) This is the name of the test and the website to be monitored. | 28 | * `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 | 29 | * `website_url` - (Required) The URL of the website to be monitored. |
30 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 | 30 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300. |
31 | * `test_type` - (Required) The type of Test. Either HTTP or TCP | 31 | * `test_type` - (Required) The type of Test. Either HTTP or TCP. |
32 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. | 32 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. |
33 | * `timeout` - (Optional) The timeout of the test in seconds. | 33 | * `timeout` - (Optional) The timeout of the test in seconds. |
34 | * `contact_id` - (Optional) The ID of the contact group to associate with the test. | 34 | * `contact_id` - (Optional) The ID of the contact group to associate with the test. |
35 | * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0. | ||
35 | 36 | ||
36 | 37 | ||
37 | ## Attributes Reference | 38 | ## Attributes Reference |