Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to query available provider packages #2

Open
DaBlitzStein opened this issue Oct 7, 2021 · 0 comments
Open

Error: Failed to query available provider packages #2

DaBlitzStein opened this issue Oct 7, 2021 · 0 comments

Comments

@DaBlitzStein
Copy link

DaBlitzStein commented Oct 7, 2021

╷
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for provider hashicorp/curl: provider registry registry.terraform.io does not
│ have a provider named registry.terraform.io/hashicorp/curl
│ 
│ Did you intend to use anschoewe/curl? If so, you must specify that source address in each module which requires that provider.
│ To see which modules are currently depending on hashicorp/curl, run the following command:
│     terraform providers
╵
terraform {
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
    }
    mysql = {
      source  = "terraform-providers/mysql"
     # version = "1.9.0"
    }
    curl = {
      source = "anschoewe/curl"
       version = "0.1.3"
    }
  }

}

provider "azurerm" {
  features {}
}
provider "curl" {
  # Configuration options
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant