You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Hash as acceptable type for physical_volumes
The line 11 checks if is_hash and that condition can't apply if the only acceptable type are Array and String
The error I got and that is fixed is:
parameter 'physical_volumes' expects a value of type Array or String, got Struct at ...
0 commit comments