We seem to get the below error when downloading the Confluent provider in Terraform
│ Error: Failed to install provider
│
│ Error while installing confluentinc/confluent v1.39.0: error checking
│ signature: openpgp: key expired
The code is as follows
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "1.39.0"
}
Any idea on what is causing this problem?
Thanks
We seem to get the below error when downloading the Confluent provider in Terraform
The code is as follows
Any idea on what is causing this problem?
Thanks