]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
Massively add HCL source tag in docs Markdown files
authorMax Riveiro <kavu13@gmail.com>
Mon, 17 Apr 2017 10:17:54 +0000 (13:17 +0300)
committerMax Riveiro <kavu13@gmail.com>
Mon, 17 Apr 2017 10:17:54 +0000 (13:17 +0300)
Signed-off-by: Max Riveiro <kavu13@gmail.com>
index.html.markdown
r/test.html.markdown

index 9a4d0fb2989858aae74c4076f11fb9a52ee0aa2a..d25a866543ea4632edb7155984a8380aefa3aeed 100644 (file)
@@ -23,7 +23,7 @@ Use the navigation to the left to read about the available resources.
 
 ## Example Usage
 
 
 ## Example Usage
 
-```
+```hcl
 provider "statuscake" {
   username = "testuser"
   apikey   = "12345ddfnakn"
 provider "statuscake" {
   username = "testuser"
   apikey   = "12345ddfnakn"
index 7623d0d469a2897ed75db0c049ffdd9c7223716a..0a1df9f1238ed62f2713db29b45a4c45fa1f9684 100644 (file)
@@ -12,7 +12,7 @@ The test resource allows StatusCake tests to be managed by Terraform.
 
 ## Example Usage
 
 
 ## Example Usage
 
-```
+```hcl
 resource "statuscake_test" "google" {
   website_name = "google.com"
   website_url  = "www.google.com"
 resource "statuscake_test" "google" {
   website_name = "google.com"
   website_url  = "www.google.com"