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

Change plugin filename #58

Open
holms opened this issue Dec 4, 2018 · 0 comments
Open

Change plugin filename #58

holms opened this issue Dec 4, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@holms
Copy link

holms commented Dec 4, 2018

Greetings.

I think Terraform recently changed a folder for third-party plugins, also seems to be plugin filename should not contain platform name:

This one doesn't work:

~/.terraform.d/plugins/terraform-provider-mongodbatlas_v0.8.1_linux_amd64
~/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v0.8.1_linux_amd64

This one does:

~/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v0.8.1

My Terraform version is v0.11.7, I'm working on Debian 9.6
This requires some additional fuss in bash scripting. Maybe migrating to newer file naming would be better?

@akshaykarle akshaykarle added enhancement New feature or request good first issue Good for newcomers labels Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants