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

Failed to query available provider packages when using AWS provider 4.48.0 #83

Closed
jandroav opened this issue Dec 23, 2022 · 0 comments · Fixed by #93
Closed

Failed to query available provider packages when using AWS provider 4.48.0 #83

jandroav opened this issue Dec 23, 2022 · 0 comments · Fixed by #93
Labels
bug 🐛 An issue with the system

Comments

@jandroav
Copy link

jandroav commented Dec 23, 2022

Describe the Bug

I am getting the following version error when using cloudposse/s3-website/aws version 0.17.3 with:

provider "registry.terraform.io/hashicorp/aws" {
  version     = "4.48.0"
....
}
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 >= 2.0.0, >= 2.70.0, >= 3.0.0, >= 3.26.0, >= 3.29.0, >= 3.73.0, ~> 4.0, < 4.0.0, >= 4.8.0,
 >= 4.9.0, >= 4.21.0, >= 4.45.0

I saw here the restriction was added and here it should work.

Steps to Reproduce

Steps to reproduce the behavior:

  1. terraform init -upgrade with AWS provider in the latest version
@jandroav jandroav added the bug 🐛 An issue with the system label Dec 23, 2022
@Nuru Nuru closed this as completed in #93 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant