I have published a terraform provider using Github actions and goreleaser.
The registry does not show the provider and displays an error:
Hey @arielm-cloudbuzz
Were you able to find a reason and a solution?
I seem to be having a similar issue
Do anyone had solutions please share here!
This issue is due to not configuring GPG Key. In Terraform Registry, Settings you could see New GPG Key button create a key id.
git config --global user.signingkey <YOUR_GPG_KEY_ID>
and proceed to further step towards releaseā¦