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

Flag or Feature to automatically lowercase tag values #181

Open
away168 opened this issue Dec 4, 2023 · 1 comment
Open

Flag or Feature to automatically lowercase tag values #181

away168 opened this issue Dec 4, 2023 · 1 comment

Comments

@away168
Copy link

away168 commented Dec 4, 2023

Is your feature request related to a problem? Please describe.
In GCP there are rules where tag values needs to be in lowercase.

Describe the solution you'd like
Either, Terratag just knows to automatically change the values to lower case, or set a flag that will allow the user to decide when tags need to be all in lower case.

This flag should also be available as an Environment Variable setting.

Describe alternatives you've considered
In env0, we would need a custom flow, or support Bash 4.0 (to support variable manipulation like ${ENV0_PROJECT_NAME,,} (which turns the string to lowercase)

Additional context
n/a

@TomerHeber
Copy link
Collaborator

@away168 - why not have the users just input their tags in lowercase?
I'm probably missing the context. If you can, please clarify. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants