Skip to content

Commit 80af682

Browse files
committed
changed combine() to concat() in docs
The example of the concat() function uses combine() instead of concat().
1 parent 2d952c4 commit 80af682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/configuration/interpolation.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ are documented below.
7373
The supported built-in functions are:
7474

7575
* `concat(list1, list2)` - Combines two or more lists into a single list.
76-
Example: `combine(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`
76+
Example: `concat(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`
7777

7878
* `element(list, index)` - Returns a single element from a list
7979
at the given index. If the index is greater than the number of

0 commit comments

Comments
 (0)