aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html.markdown
diff options
context:
space:
mode:
authorstack72 <public@paulstack.co.uk>2017-01-17 16:11:23 +0000
committerstack72 <public@paulstack.co.uk>2017-01-17 16:11:23 +0000
commit6f91d719dfbfc7ddc7fe37b449405d82685d38ac (patch)
tree6118dde3ac9eddd584e91960a385077750fbffc5 /index.html.markdown
parent8165842a9591ddc81ae7f9a0bd91fa4d51aa01d5 (diff)
parent27d738e61454263bede5872111928f9b42b8bae6 (diff)
downloadterraform-provider-statuscake-6f91d719dfbfc7ddc7fe37b449405d82685d38ac.tar.gz
terraform-provider-statuscake-6f91d719dfbfc7ddc7fe37b449405d82685d38ac.tar.zst
terraform-provider-statuscake-6f91d719dfbfc7ddc7fe37b449405d82685d38ac.zip
Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraform into ldjohnson-statuscake_adding_contact_group
Diffstat (limited to 'index.html.markdown')
-rw-r--r--index.html.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html.markdown b/index.html.markdown
index 150b36a..443e892 100644
--- a/index.html.markdown
+++ b/index.html.markdown
@@ -34,5 +34,6 @@ resource "statuscake_test" "google" {
34 website_url = "www.google.com" 34 website_url = "www.google.com"
35 test_type = "HTTP" 35 test_type = "HTTP"
36 check_rate = 300 36 check_rate = 300
37 contact_id = 12345
37} 38}
38``` 39```