Custom path to terraform executable
See original GitHub issueI have no terraform installed in the OS.
Instead, I have an sh
script to call the official terraform container
It works great from console, but it does not work from an action in the editor
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Path to Terraform executable is incorrect : IDEA-256062
'Path to Terraform executable' could be set in Preferences -> Tools -> Terraform. Although usually plugin automatically detects Terraform if it's in PATH....
Read more >About Configuring Terraform on Windows Systems
In the System variables pane, click Path and then click Edit. Click New. Add the path to the folder where your Terraform executable...
Read more >setting executable path in mac for terraform - Stack Overflow
My terraform executable sits in a terraform folder under /usr/local/terraform. I therefore did export PATH=$PATH:/usr/local/terraform/terraform.
Read more >How to Develop a Custom Provider in Terraform - InfraCloud
When we run terraform init command, the Terraform core fetches the provider plugin from the local path, since we have configured the provider...
Read more >Install Terraform - HashiCorp Developer
Move the Terraform binary to one of the listed locations. This command assumes that the binary is currently in your downloads folder and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hate to comment on old issues but @G-Rath I recently fixed this by manually typing out the full executable path in the Terraform Executable Path field.
@SurelyMario ah that seems to work for me - thanks!
Guess it’s just the file selection process that’s broken