terraform-provider-infoblox icon indicating copy to clipboard operation
terraform-provider-infoblox copied to clipboard

Move Infoblox provider to new terraform-providers project

Open qvallance-ctc opened this issue 8 years ago • 4 comments

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.

qvallance-ctc avatar Jul 11 '17 15:07 qvallance-ctc

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

JackBracken avatar Aug 14 '17 12:08 JackBracken

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

petems avatar May 29 '18 19:05 petems

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 avatar Mar 12 '19 18:03 pgrinstead1

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

dn1s avatar Mar 29 '19 16:03 dn1s