You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: