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.
pull/27415/head
JohnM 5 years ago committed by GitHub
parent 45a5a3cc73
commit 72e657edcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ The `templatefile` function renders the template:
```
> templatefile(
"${path.module}/backends.tmpl",
"${path.module}/config.tmpl",
{
config = {
"x" = "y"

Loading…
Cancel
Save