So it looks like Terraform recommends this config for GoReleaser, when I looked at it, there's nothing that uses sign
parameter or something, does it mean that every project that uses this GoReleaser config uses an open GPG key then?
GoReleaser does not support signing binaries with a GPG key that requires a passphrase.
source: https://www.terraform.io/docs/registry/providers/publishing.html
You can probably provide the password using the
stdin
property, e.g.: