aboutsummaryrefslogtreecommitdiffhomepage
path: root/website/docs/index.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'website/docs/index.html.markdown')
-rw-r--r--website/docs/index.html.markdown10
1 files changed, 9 insertions, 1 deletions
diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown
index db2e56d..f45b0e0 100644
--- a/website/docs/index.html.markdown
+++ b/website/docs/index.html.markdown
@@ -3,7 +3,8 @@ layout: "statuscake"
3page_title: "Provider: StatusCake" 3page_title: "Provider: StatusCake"
4sidebar_current: "docs-statuscake-index" 4sidebar_current: "docs-statuscake-index"
5description: |- 5description: |-
6 The StatusCake provider configures tests and in StatusCake. 6
7 The StatusCake provider configures tests and contact groups in StatusCake.
7--- 8---
8 9
9# StatusCake Provider 10# StatusCake Provider
@@ -47,4 +48,11 @@ resource "statuscake_ssl" "google" {
47 alert_broken = false 48 alert_broken = false
48 alert_mixed = true 49 alert_mixed = true
49} 50}
51
52resource "statuscake_contact_group" "exemple" {
53 emails= ["email1","email2"]
54 group_name= "group name"
55 ping_url= "url"
56}
57
50``` 58```