From f6072b0623ecc1dbef4bf26c3e8d57f58aaf3f7d Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Tue, 9 Jul 2019 11:32:06 +0200 Subject: update documentation for the ssl resource --- website/docs/index.html.markdown | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'website/docs/index.html.markdown') diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index d25a866..db2e56d 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -3,7 +3,7 @@ layout: "statuscake" page_title: "Provider: StatusCake" sidebar_current: "docs-statuscake-index" description: |- - The StatusCake provider configures tests in StatusCake. + The StatusCake provider configures tests and in StatusCake. --- # StatusCake Provider @@ -36,4 +36,15 @@ resource "statuscake_test" "google" { check_rate = 300 contact_id = 12345 } + +resource "statuscake_ssl" "google" { + domain = "https://www.google.com" + contact_groups_c = "3,12" + checkrate = 3600 + alert_at = "18,71,344" + alert_reminder = true + alert_expiry = true + alert_broken = false + alert_mixed = true +} ``` -- cgit v1.2.3