diff options
author | Max Riveiro <kavu13@gmail.com> | 2017-04-17 13:17:54 +0300 |
---|---|---|
committer | Max Riveiro <kavu13@gmail.com> | 2017-04-17 13:17:54 +0300 |
commit | b8e9f053ea705c1e554dc03778fef494fdd08a10 (patch) | |
tree | 56c1955a82fd405df96ae305e32675ee67252517 /r/test.html.markdown | |
parent | a154e02f1e53d8a4098cd200e9c354b5f11f9060 (diff) | |
download | terraform-provider-statuscake-b8e9f053ea705c1e554dc03778fef494fdd08a10.tar.gz terraform-provider-statuscake-b8e9f053ea705c1e554dc03778fef494fdd08a10.tar.zst terraform-provider-statuscake-b8e9f053ea705c1e554dc03778fef494fdd08a10.zip |
Massively add HCL source tag in docs Markdown files
Signed-off-by: Max Riveiro <kavu13@gmail.com>
Diffstat (limited to 'r/test.html.markdown')
-rw-r--r-- | r/test.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/r/test.html.markdown b/r/test.html.markdown index 7623d0d..0a1df9f 100644 --- a/r/test.html.markdown +++ b/r/test.html.markdown | |||
@@ -12,7 +12,7 @@ The test resource allows StatusCake tests to be managed by Terraform. | |||
12 | 12 | ||
13 | ## Example Usage | 13 | ## Example Usage |
14 | 14 | ||
15 | ``` | 15 | ```hcl |
16 | resource "statuscake_test" "google" { | 16 | resource "statuscake_test" "google" { |
17 | website_name = "google.com" | 17 | website_name = "google.com" |
18 | website_url = "www.google.com" | 18 | website_url = "www.google.com" |