diff options
Diffstat (limited to 'website/docs/index.html.markdown')
-rw-r--r-- | website/docs/index.html.markdown | 10 |
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" | |||
3 | page_title: "Provider: StatusCake" | 3 | page_title: "Provider: StatusCake" |
4 | sidebar_current: "docs-statuscake-index" | 4 | sidebar_current: "docs-statuscake-index" |
5 | description: |- | 5 | description: |- |
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 | |||
52 | resource "statuscake_contact_group" "exemple" { | ||
53 | emails= ["email1","email2"] | ||
54 | group_name= "group name" | ||
55 | ping_url= "url" | ||
56 | } | ||
57 | |||
50 | ``` | 58 | ``` |