aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Stack <public@paulstack.co.uk>2017-02-15 23:29:05 +0000
committerGitHub <noreply@github.com>2017-02-15 23:29:05 +0000
commit46abe9530a669caa00077d66688ae26bc5560238 (patch)
treeebf9822bfacd9879b405dc397f988a4c326ce31f
parent6f91d719dfbfc7ddc7fe37b449405d82685d38ac (diff)
downloadterraform-provider-statuscake-46abe9530a669caa00077d66688ae26bc5560238.tar.gz
terraform-provider-statuscake-46abe9530a669caa00077d66688ae26bc5560238.tar.zst
terraform-provider-statuscake-46abe9530a669caa00077d66688ae26bc5560238.zip
provider/statuscake: Add support for Port in statuscake_test (#11966)
Fixes: #11923 This required the upstream library to have a PR accepted
-rw-r--r--r/test.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown
index b566b0e..61ddb3e 100644
--- a/r/test.html.markdown
+++ b/r/test.html.markdown
@@ -35,6 +35,7 @@ The following arguments are supported:
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. 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. 37* `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.
38 39
39 40
40## Attributes Reference 41## Attributes Reference