]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
Add support for StatusCake confirmation servers (#11179)
authorSam Crang <sam.crang@gmail.com>
Fri, 13 Jan 2017 11:35:15 +0000 (11:35 +0000)
committerPaul Stack <public@paulstack.co.uk>
Fri, 13 Jan 2017 11:35:15 +0000 (11:35 +0000)
* Add support for StatusCake confirmation servers

* Add documentation for new StatusCake confirmations argument

r/test.html.markdown

index 1cb0fccdb2fb5e5e19e9f84b806ff35a7523fa3e..b3cf174f76aa38ebf3b8cb5e937f05cfba8f23c5 100644 (file)
@@ -26,12 +26,13 @@ resource "statuscake_test" "google" {
 The following arguments are supported:
 
 * `website_name` - (Required) This is the name of the test and the website to be monitored.
-* `website_url` - (Required) The URL of the website to be monitored
-* `check_rate` - (Optional) Test check rate in seconds. Defaults to 300
-* `test_type` - (Required) The type of Test. Either HTTP or TCP
+* `website_url` - (Required) The URL of the website to be monitored.
+* `check_rate` - (Optional) Test check rate in seconds. Defaults to 300.
+* `test_type` - (Required) The type of Test. Either HTTP or TCP.
 * `paused` - (Optional) Whether or not the test is paused. Defaults to false.
 * `timeout` - (Optional) The timeout of the test in seconds.
 * `contact_id` - (Optional) The ID of the contact group to associate with the test.
+* `confirmations` - (Optional) The number of confirmation servers to use in order to detect downtime. Defaults to 0.
 
 
 ## Attributes Reference