Skip to content
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

Parse name and destination of the final executable #2

Closed
Junkern opened this issue Jun 25, 2021 · 1 comment · Fixed by #82
Closed

Parse name and destination of the final executable #2

Junkern opened this issue Jun 25, 2021 · 1 comment · Fixed by #82
Labels
enhancement New feature or request

Comments

@Junkern
Copy link
Contributor

Junkern commented Jun 25, 2021

Depending on the terraform provider the compiled binary can end up in different places with different names. This really depends on the Makefile and the resulting go install command.

What I have seen:

  • $GOPATH/bin/: Most binaries end up here
  • ~/.terraform.d/plugins: terraform-provider-datadog
  • Inside the source code directory

Ideas:

@Junkern Junkern added the enhancement New feature or request label Jun 25, 2021
@Junkern
Copy link
Contributor Author

Junkern commented Jul 7, 2022

In the past year I have not seen one occurence of this problem => closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant