split returns `map[string]string` which is incompatible with other functions like `dig` which expect `map[string]interface{}`
split returns
map[string]stringwhich is incompatible with other functions likedigwhich expectmap[string]interface{}