mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #33338 from Macaber/patch-1
This commit is contained in:
commit
34c0e915dc
@ -49,7 +49,7 @@ better editing experience as a result.
|
|||||||
Given a template file `backends.tftpl` with the following content:
|
Given a template file `backends.tftpl` with the following content:
|
||||||
|
|
||||||
```
|
```
|
||||||
%{ for addr, port in ip_addrs ~}
|
%{ for addr in ip_addrs ~}
|
||||||
backend ${addr}:${port}
|
backend ${addr}:${port}
|
||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user