diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index 2e3a92275..ed494a4fc 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -221,7 +221,24 @@ 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 = <