-
Notifications
You must be signed in to change notification settings - Fork 107
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
Terraform init throws openpgp: key expired #297
Comments
Expired PGP key has been used for publishing kubectl provider. Unlikely
will be fixed at any point
…On Tue, 13 Aug 2024, 16:27 Glenn McGoldrick, ***@***.***> wrote:
Hi I'm getting this error when doing a terraform init:
Error while installing gavinbunney/kubectl v1.14.0: error checking
signature: openpgp: key expired
Terraform code is:
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.7.0"
}
}
}
Any ideas what this could be?
Thanks
—
Reply to this email directly, view it on GitHub
<#297>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACJ5VZ5P5OTDN4VPDYV5ITZRIQWFAVCNFSM6AAAAABMOQVUDSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DGNRTGMZTSOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the reply, switched to your provider! |
just updating the provider is not enough in my case since it still shows in |
Yes, I had to do this also |
Tagging @gavinbunney |
Thanks @alekc your provider looks fine for me
|
Hi I'm getting this error when doing a terraform init:
Error while installing gavinbunney/kubectl v1.14.0: error checking signature: openpgp: key expired
Terraform code is:
Any ideas what this could be?
Thanks
The text was updated successfully, but these errors were encountered: