From 0b957cd46a2a3a209c45778da2a7e1e55a94f3c7 Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Fri, 9 Aug 2019 11:02:14 +0200 Subject: add contact_group resource to the provider --- website/docs/index.html.markdown | 10 +++++++++- 1 file changed, 9 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..653b9ec 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -3,7 +3,8 @@ 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 contact groups in StatusCake. --- # StatusCake Provider @@ -36,4 +37,11 @@ resource "statuscake_test" "google" { check_rate = 300 contact_id = 12345 } + +resource "statuscake_contact_group" "exemple" { + emails= ["email1","email2"] + group_name= "group name" + ping_url= "url" +} + ``` -- cgit v1.2.3