Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request : manage tfvars #1

Open
Lethgir opened this issue Oct 12, 2020 · 0 comments
Open

Feature request : manage tfvars #1

Lethgir opened this issue Oct 12, 2020 · 0 comments

Comments

@Lethgir
Copy link

Lethgir commented Oct 12, 2020

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant