mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #32549 from patsevanton/patch-1
Fix Examples ip_addrs
This commit is contained in:
commit
5fcf1e5051
@ -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 in ip_addrs ~}
|
%{ for addr, port in ip_addrs ~}
|
||||||
backend ${addr}:${port}
|
backend ${addr}:${port}
|
||||||
%{ endfor ~}
|
%{ endfor ~}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user