website: too many '$' after first round of interpolation for template_file

This commit is contained in:
Eugene Bekker 2017-05-05 12:42:40 -04:00 committed by Martin Atkins
parent e27e0862f3
commit 7c6d1956b0

View File

@ -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