prudhvitella / terraform-provider-infoblox

Infoblox plugin for Terraform
Mozilla Public License 2.0
41 stars 54 forks source link

Move Infoblox provider to new terraform-providers project #14

Open qvallance-ctc opened 7 years ago

qvallance-ctc commented 7 years ago

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.

JackBracken commented 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

petems commented 6 years ago

You could also add it to the list of Community Plugins: https://www.terraform.io/docs/providers/type/community-index.html 👍

pgrinstead1 commented 5 years ago

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?

dn1s commented 5 years ago

@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 :)