terraform-provider-wireguard icon indicating copy to clipboard operation
terraform-provider-wireguard copied to clipboard

plugin signature registration with opentofu

Open nejec opened this issue 9 months ago • 1 comments

I somehow came across an edge case, where the references in terraform.state file point to registry.opentofu.org and since terraform is harsh on checking the GPG signatures, I am getting this error

╷
│ Error: Failed to install provider
│
│ Error while installing registry.opentofu.org/ojford/wireguard v0.2.2:
│ authentication signature from unknown issuer
╵

Can you add the GPG public key to registry.opentofu.org as well? The process is described here which will guide you to submit your GPG key to opentofu registry.

Thank you in advance.

nejec avatar May 08 '24 07:05 nejec