Skip to content

add flexible names to all resources created by a module #4

@horiagunica

Description

@horiagunica

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
    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) .

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions