aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html.markdown
diff options
context:
space:
mode:
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```