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