It seems that the default value for split doesn't fit with the related ternary.
I.e. if split is true (or "true") the ternary becomes false, as it expects 1.
Thus, even if you explicitly pass split=true to the module, it still becomes false in the resulting state.
It seems that the default value for split doesn't fit with the related ternary. I.e. if split is
true
(or"true"
) the ternary becomes false, as it expects1
.Thus, even if you explicitly pass
split=true
to the module, it still becomes false in the resulting state.NOTE: This is with terraform 0.12-rc1