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

does not have a provider named registry.terraform.io/hashicorp/active #204

Open
hellocommit opened this issue Dec 10, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@hellocommit
Copy link

Terraform Version and Provider Version

Terraform v1.10.1
on windows_386

Windows Version

Windows 11 24H2 (OS Build 26100.1742)

Affected Resource(s)

hashicorp/ad

Terraform Configuration Files

terraform {
required_providers {
ad = {
source = "hashicorp/ad"
version = "~> 0.5.0"
}
}
}

Debug Output

terraform init
Initializing the backend...
Initializing provider plugins...

  • Finding hashicorp/ad versions matching "~> 0.5.0"...
  • Finding latest version of hashicorp/active...
  • Installing hashicorp/ad v0.5.0...
  • Installed hashicorp/ad v0.5.0 (signed by HashiCorp)

    │ Error: Failed to query available provider packages

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

    │ 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/active, run the following command:
    │ terraform providers

Panic Output

Expected Behavior

init should be completed

Actual Behavior

after terraform init
got below error
Initializing the backend...
Initializing provider plugins...

  • Finding hashicorp/ad versions matching "~> 0.5.0"...
  • Finding latest version of hashicorp/active...
  • Installing hashicorp/ad v0.5.0...
  • Installed hashicorp/ad v0.5.0 (signed by HashiCorp)

    │ Error: Failed to query available provider packages

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

    │ 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/active, run the following command:
    │ terraform providers

Steps to Reproduce

terraform init

@hellocommit hellocommit added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant