diff options
author | Ivan Schwarz <ivos.schwarz@gmail.com> | 2019-06-14 15:55:36 +0200 |
---|---|---|
committer | Ivan Schwarz <ivos.schwarz@gmail.com> | 2019-06-14 15:55:36 +0200 |
commit | 31ca64bb28cb66f0b41661afe66b6811254ef09e (patch) | |
tree | c11962f795e99be533cebfda5023b38e2e2ef659 /website | |
parent | 24c95871c559e4d0a284f4c245d6e7afaeb5b9a7 (diff) | |
download | terraform-provider-statuscake-31ca64bb28cb66f0b41661afe66b6811254ef09e.tar.gz terraform-provider-statuscake-31ca64bb28cb66f0b41661afe66b6811254ef09e.tar.zst terraform-provider-statuscake-31ca64bb28cb66f0b41661afe66b6811254ef09e.zip |
Add enable_ssl_alert feature for uptime tests
Diffstat (limited to 'website')
-rw-r--r-- | website/docs/r/test.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/website/docs/r/test.html.markdown b/website/docs/r/test.html.markdown index 6c65f10..f5cc5e0 100644 --- a/website/docs/r/test.html.markdown +++ b/website/docs/r/test.html.markdown | |||
@@ -29,8 +29,8 @@ The following arguments are supported: | |||
29 | * `website_name` - (Required) This is the name of the test and the website to be monitored. | 29 | * `website_name` - (Required) This is the name of the test and the website to be monitored. |
30 | * `website_url` - (Required) The URL of the website to be monitored | 30 | * `website_url` - (Required) The URL of the website to be monitored |
31 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 | 31 | * `check_rate` - (Optional) Test check rate in seconds. Defaults to 300 |
32 | * `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one. | 32 | * `contact_id` - **Deprecated** (Optional) The id of the contact group to be added to the test. Each test can have only one. |
33 | * `contact_group` - (Optional) Set test contact groups, must be array of strings. | 33 | * `contact_group` - (Optional) Set test contact groups, must be array of strings. |
34 | * `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS | 34 | * `test_type` - (Required) The type of Test. Either HTTP, TCP, PING, or DNS |
35 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. | 35 | * `paused` - (Optional) Whether or not the test is paused. Defaults to false. |
36 | * `timeout` - (Optional) The timeout of the test in seconds. | 36 | * `timeout` - (Optional) The timeout of the test in seconds. |
@@ -56,6 +56,7 @@ The following arguments are supported: | |||
56 | * `use_jar` - (Optional) Set to true to enable the Cookie Jar. Required for some redirects. Default is false. | 56 | * `use_jar` - (Optional) Set to true to enable the Cookie Jar. Required for some redirects. Default is false. |
57 | * `post_raw` - (Optional) Use to populate the RAW POST data field on the test. | 57 | * `post_raw` - (Optional) Use to populate the RAW POST data field on the test. |
58 | * `final_endpoint` - (Optional) Use to specify the expected Final URL in the testing process. | 58 | * `final_endpoint` - (Optional) Use to specify the expected Final URL in the testing process. |
59 | * `enable_ssl_alert` - (Optional) HTTP Tests only. If enabled, tests will send warnings if the SSL certificate is about to expire. Paid users only. Default is false | ||
59 | * `follow_redirect` - (Optional) Use to specify whether redirects should be followed, set to true to enable. Default is false. | 60 | * `follow_redirect` - (Optional) Use to specify whether redirects should be followed, set to true to enable. Default is false. |
60 | 61 | ||
61 | ## Attributes Reference | 62 | ## Attributes Reference |