Skip to content

Commit

Permalink
Merge pull request #27415 from techsolx/patch-1
Browse files Browse the repository at this point in the history
Chage backend.tmpl to config.tmpl in Maps example,
  • Loading branch information
Pam Selle authored Jan 12, 2021
2 parents f5785b4 + 72e657e commit ae52190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/functions/templatefile.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The `templatefile` function renders the template:

```
> templatefile(
"${path.module}/backends.tmpl",
"${path.module}/config.tmpl",
{
config = {
"x" = "y"
Expand Down

0 comments on commit ae52190

Please sign in to comment.