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
That's because I'm using for_each over an object in my terraform configuration. I'd like to fix the nameParser regexp to handle this case. I can add some tests too. But, I don't have many examples of valid key names "in the wild". I'm hoping people see this issue and can tell me some valid key names and I'll fix the nameParser to recognize them all.
The text was updated successfully, but these errors were encountered:
I have a key name for a resource that looks like the following:
That's because I'm using
for_each
over an object in my terraform configuration. I'd like to fix thenameParser
regexp to handle this case. I can add some tests too. But, I don't have many examples of valid key names "in the wild". I'm hoping people see this issue and can tell me some valid key names and I'll fix thenameParser
to recognize them all.The text was updated successfully, but these errors were encountered: