We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d952c4 commit 80af682Copy full SHA for 80af682
1 file changed
website/source/docs/configuration/interpolation.html.md
@@ -73,7 +73,7 @@ are documented below.
73
The supported built-in functions are:
74
75
* `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)`
+ Example: `concat(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`
77
78
* `element(list, index)` - Returns a single element from a list
79
at the given index. If the index is greater than the number of
0 commit comments