From b8e9f053ea705c1e554dc03778fef494fdd08a10 Mon Sep 17 00:00:00 2001 From: Max Riveiro Date: Mon, 17 Apr 2017 13:17:54 +0300 Subject: Massively add HCL source tag in docs Markdown files Signed-off-by: Max Riveiro --- index.html.markdown | 2 +- r/test.html.markdown | 2 +- 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. ## Example Usage -``` +```hcl provider "statuscake" { username = "testuser" 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. ## Example Usage -``` +```hcl resource "statuscake_test" "google" { website_name = "google.com" website_url = "www.google.com" -- cgit v1.2.3