aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Riveiro <kavu13@gmail.com>2017-04-17 13:17:54 +0300
committerMax Riveiro <kavu13@gmail.com>2017-04-17 13:17:54 +0300
commitb8e9f053ea705c1e554dc03778fef494fdd08a10 (patch)
tree56c1955a82fd405df96ae305e32675ee67252517
parenta154e02f1e53d8a4098cd200e9c354b5f11f9060 (diff)
downloadterraform-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>
-rw-r--r--index.html.markdown2
-rw-r--r--r/test.html.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html.markdown b/index.html.markdown
index 9a4d0fb..d25a866 100644
--- a/index.html.markdown
+++ b/index.html.markdown
@@ -23,7 +23,7 @@ Use the navigation to the left to read about the available resources.
23 23
24## Example Usage 24## Example Usage
25 25
26``` 26```hcl
27provider "statuscake" { 27provider "statuscake" {
28 username = "testuser" 28 username = "testuser"
29 apikey = "12345ddfnakn" 29 apikey = "12345ddfnakn"
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
16resource "statuscake_test" "google" { 16resource "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"