Code Monkey home page Code Monkey logo

Comments (7)

jorgenfries avatar jorgenfries commented on May 30, 2024

Getting the same.. :(

Error: Failed to install provider Error while installing confluentinc/confluent v0.7.0: could not query provider registry for registry.terraform.io/confluentinc/confluent: failed to retrieve authentication checksums for provider: 404 Not Found

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

Thanks for reporting the issue! It does work for me 🤔

@AliaksandrShamchonak could you confirm you updated your

provider "confluentcloud" {}

to

provider "confluent" {}

from terraform-provider-confluent.

AliaksandrShamchonak avatar AliaksandrShamchonak commented on May 30, 2024
terraform {
  required_providers {
    confluent = {
      source = "confluentinc/confluent"
      version = "0.7.0"
    }
  }
}

provider "confluent" {}

log:

terraform init

Initializing the backend...

Initializing provider plugins...
- Finding confluentinc/confluent versions matching "0.7.0"...
- Finding latest version of hashicorp/confluentcloud...
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/confluentcloud: provider registry registry.terraform.io does not have a      
│ provider named registry.terraform.io/hashicorp/confluentcloud
│
│ All modules should specify their required_providers so that external consumers will get the correct providers when using a module. To see which       
│ modules are currently depending on hashicorp/confluentcloud, run the following command:
│     terraform providers
╵

╷
│ Error: Failed to install provider
│
│ Error while installing confluentinc/confluent v0.7.0: could not query provider registry for registry.terraform.io/confluentinc/confluent: failed to   
│ retrieve authentication checksums for provider: 404 Not Found

@linouk23 Do you have an access to the https://github.com/confluentinc/terraform-provider-confluent ?

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

You're right, that's another issue, we just made the repo public again, could you check whether it works now? Thanks!

cc @jorgenfries @spike83

marking this issue as a duplicate of #12

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

image

The author of a duplicate #12 replied that it works for him now so I'm closing this issue, feel free to reopen it if the issue persists for you.

from terraform-provider-confluent.

AliaksandrShamchonak avatar AliaksandrShamchonak commented on May 30, 2024

log:

terraform init

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/confluentcloud...
- Finding confluentinc/confluent versions matching "0.7.0"...
- Installing confluentinc/confluent v0.7.0...
- Installed confluentinc/confluent v0.7.0 (signed by a HashiCorp partner, key ID D4A2B1EDB0EC0C8E)

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
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/confluentcloud: provider registry registry.terraform.io does not have a      
│ provider named registry.terraform.io/hashicorp/confluentcloud
│
│ All modules should specify their required_providers so that external consumers will get the correct providers when using a module. To see which       
│ modules are currently depending on hashicorp/confluentcloud, run the following command:
│     terraform providers
╵

from terraform-provider-confluent.

linouk23 avatar linouk23 commented on May 30, 2024

@AliaksandrShamchonak could you run

grep "confluentcloud" main.tf

based on

terraform init

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/confluentcloud...

there's still confluentcloud in your TF configuration file that you should be replaced with confluent.

If it doesn't help, you might try removing the lock file & "cache" (be very careful with running these commands)

rm -rf .terraform/                          
rm .terraform.lock.hcl

terraform init

from terraform-provider-confluent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.