diff options
author | philax <phillip.laks@gmail.com> | 2018-01-22 17:00:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 17:00:21 -0500 |
commit | 4d37ac3f7af5c2850a34d6259a4c56372c273f9f (patch) | |
tree | 7a014f06cabfcda903e7510129b12c6ba2878911 /website | |
parent | c608b7f48e1c463f7c2c7bb50d51d7ad87925db4 (diff) | |
download | terraform-provider-statuscake-4d37ac3f7af5c2850a34d6259a4c56372c273f9f.tar.gz terraform-provider-statuscake-4d37ac3f7af5c2850a34d6259a4c56372c273f9f.tar.zst terraform-provider-statuscake-4d37ac3f7af5c2850a34d6259a4c56372c273f9f.zip |
:pencil: Update acceptable test_type values
Diffstat (limited to 'website')
-rw-r--r-- | website/docs/r/test.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown index 0a1df9f..42c13fe 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown | |||
@@ -30,7 +30,7 @@ The following arguments are supported: | |||
30 | * `website_url` - (Required) The URL of the website to be monitored | 30 | * `website_url` - (Required) The URL of the website to be monitored |
31 | * `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. | 32 | * `contact_id` - (Optional) The id of the contact group to be add to the test. Each test can have only one. |
33 | * `test_type` - (Required) The type of Test. Either HTTP or TCP | 33 | * `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS |
34 | * `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. |
35 | * `timeout` - (Optional) The timeout of the test in seconds. | 35 | * `timeout` - (Optional) The timeout of the test in seconds. |
36 | * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0. | 36 | * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0. |