akshaykarle / terraform-provider-mongodbatlas

Terraform provider for MongoDB Atlas
Mozilla Public License 2.0
122 stars 54 forks source link

Change plugin filename #58

Open holms opened 6 years ago

holms commented 6 years ago

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?