anasinnyk/terraform-provider-onepassword

I get an error when running terraform plan.

Closed this issue · 2 comments

After installing the provider and running the execution, I get the following error, can you tell me how can I solve it?
Tried my OP_version version below, the error was similar.
export OP_version = 0.7.1

Error: Cannot signin: 
Exit code: fork/exec /tmp/terraform-provider-onepassword/0.7.1/op: no such file or directory

Default

Error: Cannot signin: 
Exit code: fork/exec /tmp/terraform-provider-onepassword/1.4.0/op: no such file or directory

this code must download correct version for you to /tmp directory.

@anasinnyk By default, the provider could not do this. I solved this problem by putting it separately. op cli, only after that, the provider started working and the error disappeared.