changed combine() to concat() in docs

The example of the concat() function uses combine() instead of concat().
pull/2674/head
Patrick Lee 11 years ago
parent 2d952c450c
commit 80af6825fb

@ -73,7 +73,7 @@ are documented below.
The supported built-in functions are:
* `concat(list1, list2)` - Combines two or more lists into a single list.
Example: `combine(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`
Example: `concat(aws_instance.db.*.tags.Name, aws_instance.web.*.tags.Name)`
* `element(list, index)` - Returns a single element from a list
at the given index. If the index is greater than the number of

Loading…
Cancel
Save