Skip to content
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

Can't import provider since 0.2.6 #126

Closed
sdomeshok opened this issue Jun 11, 2020 · 3 comments
Closed

Can't import provider since 0.2.6 #126

sdomeshok opened this issue Jun 11, 2020 · 3 comments
Labels

Comments

@sdomeshok
Copy link

sdomeshok commented Jun 11, 2020

Ever since 0.2.6 went live, when we run the provider we get:

Provider "kafka" not available for installation.

Confirmed regression since 0.2.5

We install the provider by dropping the binary in ~/.terraform.d/plugins/$( uname -s ).

@yaronshemesh
Copy link

try change the file name to include "v" before the version
it suppose to be in this format: terraform-provider-_vX.Y.Z (see here)

@GuilhermeBarile
Copy link

I can confirm that adding v to the filename as @yaronshemesh suggested works

@Mongey Mongey added the bug label Jun 11, 2020
@Mongey
Copy link
Owner

Mongey commented Jun 11, 2020

This is a bug, I updated the release script to conform to the the suggested values when publishing to the terraform registry which is coming in terraform 0.13
I'll check to see if adding back the v to the binary is compatible with everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants