Open horiagunica opened 1 year ago
name_prefix
name_template
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) .
suffix
string
bool
Is your feature request related to a problem?
name_prefix
with aname_template
map, for exampleWhere
suffix
can be either astring
, or a (for example)bool
that would indicate a use of a hardcoded prefix (based on a convention) .