mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-03 20:50:59 -05:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ The `templatefile` function renders the template:
|
|||
|
||||
```
|
||||
> templatefile(
|
||||
"${path.module}/backends.tmpl",
|
||||
"${path.module}/config.tmpl",
|
||||
{
|
||||
config = {
|
||||
"x" = "y"
|
||||
|
|
|
|||
Loading…
Reference in a new issue