mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: use the InterpSplitDelim
This commit is contained in:
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…
Reference in New Issue
Block a user