We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should fallback to global version if no Version is specified.
It will throw an error that the version is not specified.
Save Global Version or just fallback to tf in path if no version for current folder is foun
Set-WTerraformVersion -Version 1.0.0 -Global
Close PowerShell and reopen to make sure everything is reloaded and it is not path related.
Import-MOdule WTerraform #make sure we are not using tf from path terraform version #this should output 1.0.0
This alos effects using terraform right away in the same session as there is the module definitely loaded.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
We should fallback to global version if no Version is specified.
Current Behavior
It will throw an error that the version is not specified.
Possible Solution
Save Global Version or just fallback to tf in path if no version for current folder is foun
Steps to Reproduce (for bugs)
Close PowerShell and reopen to make sure everything is reloaded and it is not path related.
Context
This alos effects using terraform right away in the same session as there is the module definitely loaded.
Your Environment
The text was updated successfully, but these errors were encountered: