Skip to content

Signing key expired? #1035

@kipe

Description

@kipe

System Information

Linux distribution

Ubuntu 23.04

Terraform version

> terraform -v
Terraform v1.6.0
on linux_amd64

Checklist

  • Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?

    • Make sure you explain why this option is important to you, why it should be important to everyone. Describe your use-case with detail and provide examples where possible.
    • If it is a very special case, consider using the XSLT support in the provider to tweak the definition instead of opening an issue
    • Maintainers do not have expertise in every libvirt setting, so please, describe the feature and how it is used. Link to the appropriate documentation
  • Is it a bug or something that does not work as expected? Please make sure you fill the version information below:

Description of Issue/Question

The provider cannot be installed, as the key used to sign it seems to have expired.

Setup

main.tf

terraform {
  required_providers {
    libvirt = {
      source  = "dmacvicar/libvirt"
      version = "0.7.1"
    }
  }
}

Steps to Reproduce Issue

Just trying to initialize a new main.tf with the provider should be enough.

> terraform init

Initializing the backend...

Initializing provider plugins...
- Finding dmacvicar/libvirt versions matching "0.7.1"...
- Installing dmacvicar/libvirt v0.7.1...
╷
│ Error: Failed to install provider
│ 
│ Error while installing dmacvicar/libvirt v0.7.1: error checking signature: openpgp: key expired
╵

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions