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.
This commit is contained in:
parent
45a5a3cc73
commit
72e657edcc
|
@ -78,7 +78,7 @@ The `templatefile` function renders the template:
|
||||||
|
|
||||||
```
|
```
|
||||||
> templatefile(
|
> templatefile(
|
||||||
"${path.module}/backends.tmpl",
|
"${path.module}/config.tmpl",
|
||||||
{
|
{
|
||||||
config = {
|
config = {
|
||||||
"x" = "y"
|
"x" = "y"
|
||||||
|
|
Loading…
Reference in New Issue