Loading...
Loading...
### Terraform Version ```shell `1.6.0` ``` ### Terraform Configuration Files ```terraform terraform { required_version = ">= 1.0" required_providers { google = { source = "hashicorp/google" version = "~> 4.0" } archive = { source = "hashicorp/archive" version = "~> 2.0" } } } ``` ### Debug Output Output from `terraform plan`. ``` Initializing provider plugins... - Finding hashicorp/archive versions matching "~> 2.0"... - Finding hashicorp/google versions matching "~> 4.0"... - Installing hashicorp/archive v2.7.1... - Installing hashicorp/google v4.85.0... ╷ │ Error: Failed to install provider │ │ Error while installing hashicorp/archive v2.7.1: error checking signature: │ openpgp: key expired ╵ ╷ │ Error: Failed to install provider │ │ Error while installing hashicorp/google v4.85.0: error checking signature: │ openpgp: key expired ╵ ``` ### Expected Behavior Successful `terraform init` execution. ### Actual Behavior `terraform init` is failing when running on both: 1. Local environment. 2. GitHub workflow/actions using `hashicorp/setup-terraform@v3`. ### Steps to Reproduce 1. `terraform init` ### Additional Context I have tried: 1. Clearing the local plugin cache: `rm -rf ~/.terraform.d/plugin-cache` 2. Updating the `hashicorp/google` provider version to `5.0` but the issue still occurs. ### References _No response_ ### Generative AI / LLM assisted development? _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.