]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
:pencil: Update acceptable test_type values
authorphilax <phillip.laks@gmail.com>
Mon, 22 Jan 2018 22:00:21 +0000 (17:00 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2018 22:00:21 +0000 (17:00 -0500)
website/docs/r/test.html.markdown

index 0a1df9f1238ed62f2713db29b45a4c45fa1f9684..42c13fe479dcc66c87a2c98684d756eba76a2252 100644 (file)
@@ -30,7 +30,7 @@ The following arguments are supported:
 * `website_url` - (Required) The URL of the website to be monitored
 * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300
 * `contact_id` - (Optional) The id of the contact group to be add to the test.  Each test can have only one.
-* `test_type` - (Required) The type of Test. Either HTTP or TCP
+* `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS
 * `paused` - (Optional) Whether or not the test is paused. Defaults to false.
 * `timeout` - (Optional) The timeout of the test in seconds.
 * `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0.