Installation suceeds, but `terraform` complains about `godaddy` provider unavailable
NobbZ opened this issue · 1 comments
NobbZ commented
I installed the terraform-godaddy
plugin using the curl | bash
from the README
.
[info] fetching latest revision...OK
[info] installing plugin...OK
[info] complete
So everything seems fine.
Then I tried added an empty provider block:
provider "godaddy" {}
Running terraform init
does complain then that godaddy
is not an available plugin and I shall install it manually to terraform.d/plugins/linux_amd64
.
I've checked the installation script and it successfully copied to ~/.terraform/plugins/terraform-godaddy
instead, a ~/.terraformrc
has been created and properly populated.
NobbZ commented
Sorry, I failed… I didn't had an empty block, I put a version
constraint in it…
With an empty block it does actually work…