mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-18 20:52:58 -06:00
Merge pull request #25783 from nvogel/master
Fix documentation example for the indent function
This commit is contained in:
commit
7111d8deb1
@ -26,7 +26,7 @@ This function is useful for inserting a multi-line string into an
|
||||
already-indented context in another string:
|
||||
|
||||
```
|
||||
> " items: %{indent(2, "[\n foo,\n bar,\n]\n")}"
|
||||
> " items: ${indent(2, "[\n foo,\n bar,\n]\n")}"
|
||||
items: [
|
||||
foo,
|
||||
bar,
|
||||
|
Loading…
Reference in New Issue
Block a user