From 86a511e257994b0f64f2e46a746037f562bc348a Mon Sep 17 00:00:00 2001 From: Matt Schuchard <8029687+mschuchard@users.noreply.github.com> Date: Thu, 18 Jun 2020 12:30:36 -0400 Subject: [PATCH] update hcl language markdown to terraform markdown --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f8ff57918..2d0de73d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ Paste the relevant parts of your Terraform configuration between the ``` marks b For large Terraform configs, please use a service like Dropbox and share a link to the ZIP file. For security, you can also encrypt the files using our GPG public key. --> -```hcl +```terraform ... ```