From 72e657edcc10f930ab1b573eebc1cf6b03d5b24e Mon Sep 17 00:00:00 2001 From: JohnM Date: Tue, 5 Jan 2021 21:55:06 -0800 Subject: [PATCH] Chage backend.tmpl to config.tmpl in Maps example, Reference file in Maps example is named config.tmpl, example used backend.tmpl from previous section. --- website/docs/configuration/functions/templatefile.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/templatefile.html.md b/website/docs/configuration/functions/templatefile.html.md index 44a4b9e79..b40929e76 100644 --- a/website/docs/configuration/functions/templatefile.html.md +++ b/website/docs/configuration/functions/templatefile.html.md @@ -78,7 +78,7 @@ The `templatefile` function renders the template: ``` > templatefile( - "${path.module}/backends.tmpl", + "${path.module}/config.tmpl", { config = { "x" = "y"