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