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
In most programming languages I'm used to, a lower dash '' is handled like a character and a normal dash '-' ist not allowed in variable names. With the template names it's the other way around: a '-' is allowed and a '' leads to a cryptic "Validation failed" after terraform ran.
I would suggest to raise some kind of warning, when the template name is invalid.