From 80af6825fb0c8a10bb2b60d5f8845f91a686758f Mon Sep 17 00:00:00 2001 From: Patrick Lee Date: Thu, 9 Jul 2015 17:04:36 -0600 Subject: [PATCH] changed combine() to concat() in docs The example of the concat() function uses combine() instead of concat(). --- website/source/docs/configuration/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 8235ce18d..ce2796a9d 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -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