Skip to content

Commit ae52190

Browse files
author
Pam Selle
authored
Merge pull request #27415 from techsolx/patch-1
Chage backend.tmpl to config.tmpl in Maps example,
2 parents f5785b4 + 72e657e commit ae52190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/configuration/functions/templatefile.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The `templatefile` function renders the template:
7878

7979
```
8080
> templatefile(
81-
"${path.module}/backends.tmpl",
81+
"${path.module}/config.tmpl",
8282
{
8383
config = {
8484
"x" = "y"

0 commit comments

Comments
 (0)