mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
website: too many '$' after first round of interpolation for template_file
This commit is contained in:
parent
e27e0862f3
commit
7c6d1956b0
@ -129,7 +129,7 @@ data "template_file" "init" {
|
|||||||
```
|
```
|
||||||
|
|
||||||
In the above example, the template is processed by Terraform first to
|
In the above example, the template is processed by Terraform first to
|
||||||
turn it into: `$${foo}:80`. After that, the template is processed as a
|
turn it into: `${foo}:80`. After that, the template is processed as a
|
||||||
template to interpolate `foo`.
|
template to interpolate `foo`.
|
||||||
|
|
||||||
In general, you should use template variables in the `vars` block and try
|
In general, you should use template variables in the `vars` block and try
|
||||||
|
Loading…
Reference in New Issue
Block a user