description feedback change

This commit is contained in:
Middleton, Nathan 2023-03-21 16:46:20 +00:00
parent 119f645b41
commit 2213d91746

View File

@ -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)