Skip to content

Failed to query available provider packages #3348

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

Closed
AndriySidliarskiy opened this issue Apr 23, 2025 · 2 comments
Closed

Failed to query available provider packages #3348

AndriySidliarskiy opened this issue Apr 23, 2025 · 2 comments

Comments

@AndriySidliarskiy
Copy link

Description

│ Error: Failed to query available provider packages

│ Could not retrieve the list of available versions for provider
│ hashicorp/aws: no available releases match the given constraints >= 4.33.0,
│ 5.84.0, >= 5.95.0

Versions

source = "terraform-aws-modules/eks/aws"
version = "~> 20.36"

@bryantbiggs
Copy link
Member

thats on your end with respect to your version requirements - nothing related to the module

@sergiuspeian
Copy link

@AndriySidliarskiy, have you managed to fix or work around your issue? Got the same problem. Even if I'm configuring the latest aws provider version:
aws = {
source = "hashicorp/aws"
version = ">= 5.95.0"
}

and the eks module 20.36 :
source = "terraform-aws-modules/eks/aws"
version = "20.36.0"

the terraform providers command shows that the submodule kms is downloading older aws version

├── module.eks
│   ├── module.kms
│   │   └── provider[registry.terraform.io/hashicorp/aws] >= 4.33.0

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

3 participants