Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
horiagunica opened this issue Aug 29, 2023 · 0 comments
Open
2 tasks

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

horiagunica opened this issue Aug 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@horiagunica
Copy link
Contributor

horiagunica commented Aug 29, 2023

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) .
@horiagunica horiagunica added the enhancement New feature or request label Aug 29, 2023
@migara migara transferred this issue from PaloAltoNetworks/terraform-google-vmseries-modules Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant