diff options
Diffstat (limited to 'r/test.html.markdown')
-rw-r--r-- | r/test.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown index 22b89c2..b566b0e 100644 --- a/r/test.html.markdown +++ b/r/test.html.markdown | |||
@@ -8,7 +8,7 @@ description: |- | |||
8 | 8 | ||
9 | # statuscake\_test | 9 | # statuscake\_test |
10 | 10 | ||
11 | The test resource allows StatusCake tests to be managed by Terraform. | 11 | The test resource allows StatusCake tests to be managed by Terraform. |
12 | 12 | ||
13 | ## Example Usage | 13 | ## Example Usage |
14 | 14 | ||
@@ -34,10 +34,11 @@ The following arguments are supported: | |||
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. | 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 | 38 | ||
38 | 39 | ||
39 | ## Attributes Reference | 40 | ## Attributes Reference |
40 | 41 | ||
41 | The following attribute is exported: | 42 | The following attribute is exported: |
42 | 43 | ||
43 | * `test_id` - A unique identifier for the test. \ No newline at end of file | 44 | * `test_id` - A unique identifier for the test. |