Merge pull request #2674 from patrickdlee/master

changed combine() to concat() in docs
This commit is contained in:
Paul Hinze 2015-07-09 23:26:59 -06:00
commit 60637818f6
1 changed files with 1 additions and 1 deletions

View File

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