cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
356 stars 181 forks source link

error checking signature: openpgp: key expired #379

Closed tarekjarrarr closed 4 months ago

tarekjarrarr commented 7 months ago

terraform { required_providers { postgresql = { source = "cyrilgdn/postgresql" version = "1.21.v1betab" } }

required_version = "~> 1.6.0" }

╷ │ Error: Failed to install provider │ │ Error while installing cyrilgdn/postgresql v1.21.1-beta.1: error checking signature: openpgp: key expired ╵

keatmin commented 6 months ago

What terraform version are you using ? It was mentioned here for 1.6.0 and using 1.6.1 solved it

cyrilgdn commented 4 months ago

I'll update the GPG key for next release but as mentioned by @keatmin , they reverted the expiration check in v1.6.1

(cf https://github.com/hashicorp/terraform/blob/v1.6.1/CHANGELOG.md#161-october-10-2023)