Merge pull request #2674 from patrickdlee/master
changed combine() to concat() in docs
This commit is contained in:
commit
60637818f6
|
@ -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…
Reference in New Issue