Hello,
when performing
terraform init i get the error message : Failed to query available provider packages
Initializing the backend…
Initializing provider plugins…
- Finding hashicorp/random versions matching “~> 3.0”…
- Finding hashicorp/tls versions matching “~> 4.0”…
- Finding latest version of hashicorp/azurem…
- Finding latest version of hashicorp/azurerm…
- Installing hashicorp/random v3.4.3…
- Installed hashicorp/random v3.4.3 (signed by HashiCorp)
- Installing hashicorp/tls v4.0.4…
- Installed hashicorp/tls v4.0.4 (signed by HashiCorp)
- Installing hashicorp/azurerm v3.35.0…
- Installed hashicorp/azurerm v3.35.0 (signed by HashiCorp)
╷
│ Error: Failed to query available provider packages
│
│ Could not retrieve the list of available versions for provider hashicorp/azurem: provider registry registry.terraform.io does not have a provider named
│ Terraform Registry
│
│ 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/azurem, run the following command:
│ terraform providers
How can i solve the problem ?
Dietrich