keycloak / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
Apache License 2.0
650 stars 317 forks source link

Terraform registry typo??? #998

Closed bradhead closed 2 months ago

bradhead commented 2 months ago

new terraform project with main.tf setup like so:

terraform {
  required_providers {
    keycloak = {
      source  = "mrparkers/keycloak"
      version = ">= 4.4.0"
    }
  }
}

When I run terraform init, with a clean slate -- i.e. no .terraform folder, no lock.hcl, no state, I get the following error:

Initializing the backend...
Initializing provider plugins...
- Reusing previous version of mrparkers/keycloak from the dependency lock file
- Finding latest version of hashicorp/keykcloak...
- Using previously-installed mrparkers/keycloak v4.4.0
╷
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for provider hashicorp/keykcloak: provider registry registry.terraform.io does not have a provider
│ named registry.terraform.io/hashicorp/keykcloak
bradhead commented 2 months ago

registry.terraform.io/hashicorp/keykcloak

bradhead commented 2 months ago

Initializing the backend... Initializing provider plugins...

bradhead commented 2 months ago

resolved. A weird typo creating an attempt by terraform to resolve a new provider.