Constellix / terraform-provider-constellix-old

Mozilla Public License 2.0
2 stars 1 forks source link

Permission denied when building #1

Closed jaanvaks closed 4 years ago

jaanvaks commented 4 years ago

Hi, After downloading the repo as instructed in the README I run make build and get 403 Forbidden


$ make build
==> Checking that code complies with gofmt requirements...
go install
go: bitbucket.org/crestdatasys/contellix-go-client@v0.0.0-20200319132102-40bb81c4f7f2: reading https://api.bitbucket.org/2.0/repositories/crestdatasys/contellix-go-client?fields=scm: 403 Forbidden
make: *** [GNUmakefile:10: build] Error 1```

Trying to view the page https://api.bitbucket.org/2.0/repositories/crestdatasys/contellix-go-client?fields=scm through a webpage, I get "Access denied. You must have write or admin access."
nkatarmal-crest commented 4 years ago

@jaanvaks I have removed the private repo from go.mod. Can you please pull the latest changes from master and try building the provider again?

jaanvaks commented 4 years ago

Thank you. That works much better