diff options
author | stack72 <public@paulstack.co.uk> | 2016-08-29 00:00:27 +0100 |
---|---|---|
committer | stack72 <public@paulstack.co.uk> | 2016-08-29 00:00:27 +0100 |
commit | 8a16ad02d8a16f9f769dc55163908336f244d4d2 (patch) | |
tree | 611ab80ef8ad50cd2a6f55236bbfa8d97b09cbf8 | |
parent | d3491090f8b1844d84b8d09394f11f28545b8355 (diff) | |
download | terraform-provider-statuscake-8a16ad02d8a16f9f769dc55163908336f244d4d2.tar.gz terraform-provider-statuscake-8a16ad02d8a16f9f769dc55163908336f244d4d2.tar.zst terraform-provider-statuscake-8a16ad02d8a16f9f769dc55163908336f244d4d2.zip |
docs/statuscake: Adding the parameter to the docs
-rw-r--r-- | r/test.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown index d2d1572..1cb0fcc 100644 --- a/r/test.html.markdown +++ b/r/test.html.markdown | |||
@@ -31,6 +31,7 @@ The following arguments are supported: | |||
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 | 35 | ||
35 | 36 | ||
36 | ## Attributes Reference | 37 | ## Attributes Reference |