From 7c6d1956b0b8136ca26729b535cf880222c5361b Mon Sep 17 00:00:00 2001 From: Eugene Bekker Date: Fri, 5 May 2017 12:42:40 -0400 Subject: [PATCH] website: too many '$' after first round of interpolation for template_file --- website/source/docs/providers/template/d/file.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/template/d/file.html.md b/website/source/docs/providers/template/d/file.html.md index e28094b428..c4be59fb5a 100644 --- a/website/source/docs/providers/template/d/file.html.md +++ b/website/source/docs/providers/template/d/file.html.md @@ -129,7 +129,7 @@ data "template_file" "init" { ``` In the above example, the template is processed by Terraform first to -turn it into: `$${foo}:80`. After that, the template is processed as a +turn it into: `${foo}:80`. After that, the template is processed as a template to interpolate `foo`. In general, you should use template variables in the `vars` block and try