I am trying to list all the folders in ${path.root}.
Is it possible.
I am trying to list all the folders in ${path.root}.
Is it possible.
distinct(flatten([for _, v in flatten(fileset(path.module, “…/squads/**”)) : regex(“…/squads/([^/]).”, dirname(v))]))
This would skip empty directories