mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix Examples ip_addrs
This commit is contained in:
parent
9001bef525
commit
119bff6ca2
@ -49,7 +49,7 @@ better editing experience as a result.
|
||||
Given a template file `backends.tftpl` with the following content:
|
||||
|
||||
```
|
||||
%{ for addr in ip_addrs ~}
|
||||
%{ for addr, port in ip_addrs ~}
|
||||
backend ${addr}:${port}
|
||||
%{ endfor ~}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user