You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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-datadogIdeas:
go install -o test-provider
$GOPATH/bin
The text was updated successfully, but these errors were encountered: