diff options
-rw-r--r-- | index.html.markdown | 2 | ||||
-rw-r--r-- | 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. | |||
23 | 23 | ||
24 | ## Example Usage | 24 | ## Example Usage |
25 | 25 | ||
26 | ``` | 26 | ```hcl |
27 | provider "statuscake" { | 27 | provider "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 |
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" |