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
Your tool is very useful and I use it a lot. However, I feel like a little feature is missing about tfvars file.
In my project, I have multiple tfvars :
One to create variables (full definition with default_value, name and description)
One to assign variables values
The second one looks like :
my_var="value"my_second_var=5...
tf-unused deals very well with variable definitions but not when I assign value to them.
It would be very helpful to add the ability to get a record when a value is assigned to a variable but there isn't a definition for it.
Thanks !
The text was updated successfully, but these errors were encountered:
Your tool is very useful and I use it a lot. However, I feel like a little feature is missing about tfvars file.
In my project, I have multiple tfvars :
The second one looks like :
tf-unused
deals very well with variable definitions but not when I assign value to them.It would be very helpful to add the ability to get a record when a value is assigned to a variable but there isn't a definition for it.
Thanks !
The text was updated successfully, but these errors were encountered: