From 2933123a624f71d8c543bbf91528e0158782616c Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 7 Apr 2017 16:56:35 -0700 Subject: [PATCH] website: additional syntax highlighting for "terraform" provider docs --- website/source/docs/providers/terraform/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/terraform/index.html.markdown b/website/source/docs/providers/terraform/index.html.markdown index 3fca18257..f0b7784a0 100644 --- a/website/source/docs/providers/terraform/index.html.markdown +++ b/website/source/docs/providers/terraform/index.html.markdown @@ -15,7 +15,7 @@ Use the navigation to the left to read about the available data sources. ## Example Usage -``` +```hcl # Shared infrastructure state stored in Atlas data "terraform_remote_state" "vpc" { backend = "atlas"