-
Notifications
You must be signed in to change notification settings - Fork 2
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
Linux Support #28
Comments
HI I have tests that install on MacOS, Windows and Linux. I have personally used this in pipelines that run on Linux. I just installed it on Linux via Azure Cloud Shell.
Similar issue? Jaykul/PowerLine#39 |
Sorry for the delayed reply, and thank you for taking the time to respond.
I'm glad that my (apparently poor) guess of this not having Linux support was wrong! 😄
Short answer: Linux Mint.
Hmm that is interesting; I think so! On my system, it appears that |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This looks like a really neat module and I was excited to try it out, but I ran into a few issues on Linux; I'm guessing this wasn't written with Linux support in mind.
Is your feature request related to a problem? Please describe.
Installing on Linux via
Install-Module -Name Invoke-Terraform -Repository PSGallery -Scope CurrentUser
works, but commands within the module (i.e.Get-ConfigurationPath
) return the system configuration path instead of the config path within the user's home directory. The system configuration path requires root privileges to write to. I've attempted to go down the rabbit hole with this a little bit and get it working properly on Linux, but without intimately knowing exactly how this module is supposed to work, progress is slow and difficult.Describe the solution you'd like
Proper support for Linux
Describe alternatives you've considered
Additional context
Below is what happens when attempting to set the terraform version on Linux.
The text was updated successfully, but these errors were encountered: