diff options
author | Mat Schaffer <mat@schaffer.me> | 2018-07-27 11:54:13 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 11:54:13 +0900 |
commit | e1d511691246f0d26cecacebd2e56854788e7f8e (patch) | |
tree | ba0cdb4579e7b40655c394c798a7780328617637 /website/docs/r/test.html.markdown | |
parent | d6e52ea2b6189dbc63d29cc4c3bad0f2b9c8cf36 (diff) | |
parent | 4d37ac3f7af5c2850a34d6259a4c56372c273f9f (diff) | |
download | terraform-provider-statuscake-e1d511691246f0d26cecacebd2e56854788e7f8e.tar.gz terraform-provider-statuscake-e1d511691246f0d26cecacebd2e56854788e7f8e.tar.zst terraform-provider-statuscake-e1d511691246f0d26cecacebd2e56854788e7f8e.zip |
Merge pull request #12 from philax/patch-1
Update acceptable test_type values
Diffstat (limited to 'website/docs/r/test.html.markdown')
-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 a385b00..b154773 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. |