terraform: use the InterpSplitDelim

pull/385/head
Mitchell Hashimoto 12 years ago
parent 5c7ce2d003
commit 865ec6a6bf

@ -1685,7 +1685,7 @@ func (c *walkContext) computeResourceMultiVariable(
v.FullKey())
}
return strings.Join(values, ","), nil
return strings.Join(values, config.InterpSplitDelim), nil
}
type walkInputMeta struct {

Loading…
Cancel
Save