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
│ 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"
The text was updated successfully, but these errors were encountered:
@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
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"
The text was updated successfully, but these errors were encountered: