-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provider gpg key expired, all terraform deployments failing to init #176
Comments
This is the same for us. |
I should have tried this! Thanks. I did not realize I was using 1.6, setting the terraform version with tfswitch :) |
Here is the related terraform issue : hashicorp/terraform#33984
|
This is fixed in Terraform version 1.6.1. |
The GPG key is still expired :) tf 1.6.1 reverts some of the logic that failed when downloading a build for which the GPG key is expired. The GPG key should still be updated ideally. |
terraform init gives me this error:
[Update]
The GPG key used to sign the provider build expired, but older version of terraform did not check for expiration date. terraform 1.6 does opentofu/opentofu#673
Now that we understand the issue, we think that change may be reverted, as many providers are affected.
Anyway, it would be good to get a new GPG key to sign the new builds as the current one is expired.
The text was updated successfully, but these errors were encountered: