confluentinc / terraform-provider-confluent

Terraform Provider for Confluent
Apache License 2.0
118 stars 61 forks source link

openpgp: key expired #367

Closed ozGithub98004 closed 3 months ago

ozGithub98004 commented 3 months ago
linouk23 commented 3 months ago

@ozGithub98004 it seems like the issue is related to cyrilgdn/postgresql TF Provider so you might want to reach out to https://github.com/cyrilgdn/terraform-provider-postgresql/issues.

We can't reproduce it either

➜  demo git:(master) ✗ terraform init         

Initializing the backend...

Initializing provider plugins...
- Finding confluentinc/confluent versions matching "1.65.0"...
- Installing confluentinc/confluent v1.65.0...
- Installed confluentinc/confluent v1.65.0 (self-signed, key ID 5186AD92BC23B670)

Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
➜  demo git:(master) ✗ terraform version
Terraform v1.1.6
on darwin_amd64
+ provider registry.terraform.io/confluentinc/confluent v1.65.0

Your version of Terraform is out of date! The latest version
is 1.7.4. You can update by downloading from https://www.terraform.io/downloads.html