mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
description feedback change
This commit is contained in:
parent
119f645b41
commit
2213d91746
@ -7,8 +7,8 @@ description: |-
|
|||||||
|
|
||||||
# `join` Function
|
# `join` Function
|
||||||
|
|
||||||
`join` produces a string by concatenating together all elements of a given
|
`join` produces a string by concatenating all of the elements of the specified
|
||||||
list of strings with the given delimiter in output string.
|
list of strings with the specified separator.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
join(separator, list)
|
join(separator, list)
|
||||||
|
Loading…
Reference in New Issue
Block a user