DeviaVir / terraform-provider-gsuite

A @HashiCorp Terraform provider for managing G Suite resources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to Terraform registry?

lizthegrey opened this issue · comments

Hey, is there a reason this provider isn't in the official https://registry.terraform.io/?

commented

We are mentioned here: https://www.terraform.io/docs/providers/type/community-index.html

I don't think it is possible to publish a provider to that registry at this time, is it?

It is, you just need to sign into https://registry.terraform.io/github/create

then, people won't need to download your binary and can just reference the provider name and Terraform Cloud, for instance, can download it automatically.

commented

This only let's me create a module, not a provider.

Hey @apparentlymart could you give us a hand with this?

commented

Sounds like Hashicorp is not in a place to accept more providers at this time. I'll let you know if I hear more.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Hi all,

I'm not directly involved in the Terraform Registry side of this -- that's a separate team -- but I gather that while publishing providers in the registry is still in a closed beta, you can request to join that beta by going to the provider publishing section of the registry UI (after logging in with GitHub) and following some instructions to contact the Terraform Registry team.

With that said, currently that UI will just tell you to email terraform-registry-beta@hashicorp.com, so the other avenue is to just email that address directly for more information. There are some limitations for the moment due to it still being in beta, but I'll leave the registry team to explain those details.

Thanks!