Open qvallance-ctc opened 7 years ago
I would support this moving forward but don't think terraform is quite at that stage yet: https://www.terraform.io/upgrade-guides/0-10.html#third-party-provider-plugins
You could also add it to the list of Community Plugins: https://www.terraform.io/docs/providers/type/community-index.html 👍
Ugh i wish hashicorp would add this to https://releases.hashicorp.com/ it would make deployment so much easier. Any thoughts on how to bundle the binary with my terraform code?
@pgrinstead1 Do you use both terraform and infoblox provider on the same environment? Because if you do, terraform init
should detect it in /usr/bin/
, $GOPATH/bin
or $GO/bin
after running make bin
. Also check if you have the binary terraform-provider-infoblox
in multiple places. Because you might end up using the wrong binary which is hella annoying :)
As providers in Terraform 0.10.x are now externally loaded plugins, each with their own development cadence and repo in Hashicorp's terraform-providers project, it may make sense to move this repo to the official Terraform provider project.