aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlex Boyd <alex@opengroove.org>2017-04-11 03:07:33 -0600
committerPaul Stack <public@paulstack.co.uk>2017-04-11 12:07:33 +0300
commita154e02f1e53d8a4098cd200e9c354b5f11f9060 (patch)
tree586fbc3968f8e38487e51b1ea1663b0284492873
parentc1e00ec2c4975638914bcc15d2d185b0e723b80e (diff)
downloadterraform-provider-statuscake-a154e02f1e53d8a4098cd200e9c354b5f11f9060.tar.gz
terraform-provider-statuscake-a154e02f1e53d8a4098cd200e9c354b5f11f9060.tar.zst
terraform-provider-statuscake-a154e02f1e53d8a4098cd200e9c354b5f11f9060.zip
nuke duplicate contact_id in statuscake docs (#13528)
-rw-r--r--r/test.html.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown
index 1294f95..7623d0d 100644
--- a/r/test.html.markdown
+++ b/r/test.html.markdown
@@ -33,7 +33,6 @@ The following arguments are supported:
33* `test_type` - (Required) The type of Test. Either HTTP or TCP 33* `test_type` - (Required) The type of Test. Either HTTP or TCP
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* `contact_id` - (Optional) The ID of the contact group to associate with the test.
37* `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.
38* `port` - (Optional) The port to use when specifying a TCP test. 37* `port` - (Optional) The port to use when specifying a TCP test.
39* `trigger_rate` - (Optional) The number of minutes to wait before sending an alert. Default is `5`. 38* `trigger_rate` - (Optional) The number of minutes to wait before sending an alert. Default is `5`.