Open holms opened 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?
v0.11.7
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:
This one does:
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?