terratag icon indicating copy to clipboard operation
terratag copied to clipboard

Flag or Feature to automatically lowercase tag values

Open away168 opened this issue 1 year ago • 1 comments

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

away168 avatar Dec 04 '23 20:12 away168

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

TomerHeber avatar Dec 17 '23 15:12 TomerHeber