question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom path to terraform executable

See original GitHub issue

I 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:open
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

9reactions
SurelyMariocommented, Jan 17, 2022

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. image

6reactions
G-Rathcommented, Jan 17, 2022

@SurelyMario ah that seems to work for me - thanks!

Guess it’s just the file selection process that’s broken

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found