You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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
The text was updated successfully, but these errors were encountered:
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...
╷
│ 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...
╷
│ 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
The text was updated successfully, but these errors were encountered: