dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.59k stars 458 forks source link

Provider not found in registry #798

Closed ulm0 closed 3 years ago

ulm0 commented 3 years ago

Looks like the provider is not available in the registry

System Information

Linux distribution

Ubuntu

Terraform version

terraform -v
Terraform v0.13.5

Provider and libvirt versions

Error: Failed to query available provider packages

Could not retrieve the list of available versions for provider
dmacvicar/libvirt: provider registry registry.terraform.io does not have a
provider named registry.terraform.io/dmacvicar/libvirt

Checklist

Description of Issue/Question

Setup

terraform {
  required_version = ">= 0.13"
  required_providers {
    libvirt = {
      source  = "dmacvicar/libvirt"
      version = "0.6.2"
    }
  }
}

Steps to Reproduce Issue

Try to use the provider

$ terraform init
...
Error: Failed to query available provider packages

Could not retrieve the list of available versions for provider
dmacvicar/libvirt: provider registry registry.terraform.io does not have a
provider named registry.terraform.io/dmacvicar/libvirt

Additional information:

Do you have SELinux or Apparmor/Firewall enabled? Some special configuration?

None of the above is enabled, plain connection to internet

MalloZup commented 3 years ago

@ulm0 thx for issue. I'm closing this because it is a duplicate of https://github.com/dmacvicar/terraform-provider-libvirt/issues/747

also check the documentation https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/docs/migration-13.md

MalloZup commented 3 years ago

for any info feel free to ping me :+1: