diff options
author | Lee Johnson <leejohnson@ijoinsolutions.com> | 2016-06-10 13:37:44 -0400 |
---|---|---|
committer | Lee Johnson <leejohnson@ijoinsolutions.com> | 2016-06-10 13:37:44 -0400 |
commit | 6c360ff24fbac9f995af1a8f3cd0e47963a89664 (patch) | |
tree | f51f9db84d64dfef1a433c86bde614de4ef615bd /index.html.markdown | |
parent | d3491090f8b1844d84b8d09394f11f28545b8355 (diff) | |
download | terraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.tar.gz terraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.tar.zst terraform-provider-statuscake-6c360ff24fbac9f995af1a8f3cd0e47963a89664.zip |
Updating the documentation on the website source to reflect the addition.
Diffstat (limited to 'index.html.markdown')
-rw-r--r-- | index.html.markdown | 1 |
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 | ``` |