anasinnyk / terraform-provider-onepassword

Terraform provider for 1Password
GNU Lesser General Public License v3.0
128 stars 38 forks source link

issues osx 0.4.0 binary #15

Closed sdahlbac closed 5 years ago

sdahlbac commented 5 years ago

I downloaded the 0.4.0, put it in the correct location and when I terraform plan I get:

Error: Error asking for user input: 1 error occurred:
    * provider.onepassword: fork/exec /<redacted>/.terraform/plugins/darwin_amd64/terraform-provider-onepassword_v0.4.0: exec format error

Is there a problem with the released version?

anasinnyk commented 5 years ago

Yes it's a bug with the release. I miss GO prefix between provider and right now all release working only on Linux. I will fix it in next release after few minutes

anasinnyk commented 5 years ago

fixed in release 0.4.1 Thanks for the issue.