From 4a19728007231f4c75cf19b1e35c56ef4ddb8f31 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 8 Mar 2018 10:59:56 -0800 Subject: [PATCH] Add hcl style to template block; fix interpolation Also sneak in a schmichael -> hashicorp fix in a url --- website/source/docs/job-specification/template.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index 8469a65f2..ed494a4fc 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -221,13 +221,13 @@ The parser will read the JSON string, so the `$CERT_PEM` environment variable will be identical to the contents of the file. For more details see [go-envparser's -README](https://github.com/schmichael/go-envparse#readme). +README](https://github.com/hashicorp/go-envparse#readme). ## Vault Integration This example acquires a PKI certificate from Vault in PEM format and stores it into your application's secret directory. -``` +```hcl template { data = <