aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSam Crang <sam.crang@gmail.com>2017-01-13 11:35:15 +0000
committerPaul Stack <public@paulstack.co.uk>2017-01-13 11:35:15 +0000
commit8165842a9591ddc81ae7f9a0bd91fa4d51aa01d5 (patch)
treed9d9813d526259a95f2e82fb1357c671e5ebb5d1
parent8a16ad02d8a16f9f769dc55163908336f244d4d2 (diff)
downloadterraform-provider-statuscake-8165842a9591ddc81ae7f9a0bd91fa4d51aa01d5.tar.gz
terraform-provider-statuscake-8165842a9591ddc81ae7f9a0bd91fa4d51aa01d5.tar.zst
terraform-provider-statuscake-8165842a9591ddc81ae7f9a0bd91fa4d51aa01d5.zip
Add support for StatusCake confirmation servers (#11179)
* Add support for StatusCake confirmation servers * Add documentation for new StatusCake confirmations argument
-rw-r--r--r/test.html.markdown7
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" {
26The following arguments are supported: 26The 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