Your environment
Terraform Provider Version: 3.2.1
Authentication Method: Using service account token
OS: Alpine 3.22
Terraform Version: OpenTofu v1.10.7
What happened?
So basically when running tofu init it is unable to get onepassword provider on version 3.2.1, but it can fetch 2.2.1 for example.
What did you expect to happen?
To successfully fetch the provider.
Steps to reproduce
- Prepare a tofu module with a onepassword data source
- Run a container with alpine 3.22 with opentofu
- run
tofu init
Notes & Logs
error failed to read schema for data.onepassword_item.secret_item in registry.opentofu.org/1password/onepassword: failed to instantiate provider "registry.opentofu.org/1password/onepassword" to obtain schema: fork/exec (...) No such file or directory
I was able to fix this by installing gcompat (apk add gcompat).
Your environment
Terraform Provider Version: 3.2.1
Authentication Method: Using service account token
OS: Alpine 3.22
Terraform Version: OpenTofu v1.10.7
What happened?
So basically when running
tofu initit is unable to get onepassword provider on version 3.2.1, but it can fetch 2.2.1 for example.What did you expect to happen?
To successfully fetch the provider.
Steps to reproduce
tofu initNotes & Logs
I was able to fix this by installing
gcompat(apk add gcompat).