Closed klloveall closed 4 years ago
Glad you are exited and thanks for the input. Will look over the readme and add necessary information.
I think this issue can be closed, point 2 and 3 should have been fixed by https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/27
And as mentioned the problem with dep is that the binary is installed in $GOPATH/bin
and thus that directory needs to be on the users path. This is also mentioned in the official install instructions: https://golang.org/doc/install#install
@klloveall @tbroden84
Hi y'all!
Super excited to be able to control this under Terraform, but I ran into a couple issues while trying to set this up that I wanted to make y'all aware of.
~/go/bin
to my $PATH in order fordep
to be found.make depupdate
work, I had totouch ~/go/src/github.com/cloudamqp/terraform-provider/Gopkg.lock
.make init
work, I had tomkdir ~/go/src/github.com/cloudamqp/terraform-provider/bin/
.Overall, I'm super excited for this, but I wanted to make y'all aware of these issues that a total newcomer (both to this package and go as a whole) ran into.