-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add this provider to the Terraform public registry #86
Comments
I don't believe this is currently possible. The Terraform registry only supports modules, not providers or other plugins. There are plans to change that as noted in hashicorp/terraform#17154, but providers must be installed manually for now. |
Yep, I think you are right. You can close this if you want now, or leave open till terraform supports it. |
There is an open issue around hosting providers in the registry: hashicorp/terraform#15252 I'm involved with this task, so I will assign it to myself and post updates as I have more information. There is another option for you. Officially approved providers hosted on releases.hashicorp.com and downloaded during |
Yes, it would be awesome if this provider could be part of the official Terraform provider list: https://www.terraform.io/docs/providers/index.html |
We're official now! |
Expected Behavior
"terraform init" should download this provider without having to manually install the binaries/install from source.
Actual Behavior
"terraform init" => 'Provider "helm" not available for installation.'
The text was updated successfully, but these errors were encountered: