-
Notifications
You must be signed in to change notification settings - Fork 131
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
Error thrown when saving .tf or .tfvars files with names beginning with a dot #972
Comments
Hi @chriswacker |
Actually the mentioned issue/PR handles tfvars, but I think @chriswacker I'm curious what's your use case for The reason I'm asking is because it's an edge case we'll have to account for somehow. We could treat it as if it's not ignored, but that means, that e.g. if there are any errors in parsing, duplicates and any other diagnostics they'll all come up for the whole module, which doesn't reflect the reality - as invalid hidden files don't really prevent you from applying or planning. I think what would make more sense is to apply the same logic we apply to autoloaded vs individual tfvars files. i.e. |
Hey @radeksimko, my use case is only for Glad a fix is on the way! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Versions
Extension
VS Code
Operating System
Terraform Version
Steps To Reproduce
Expected Behavior
No error
Actual Behavior
Received error from extension:
The text was updated successfully, but these errors were encountered: