### Is your feature request related to a problem? - [ ] modify modules in a way that one can define a name for every resource created by a module - [ ] figure out a way to replace `name_prefix` with a `name_template` map, for example ```terraform name_prefix = [ env = "prod", preifx = "prefix" region = "northeu", bu = "RnD", name = "", suffix = true, ] ``` Where `suffix` can be either a `string`, or a (for example) `bool` that would indicate a use of a hardcoded prefix (based on a convention) .