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

Terraform in benchmarking has impossible provider requirements #834

Open
christopherhendrich opened this issue Sep 25, 2024 · 2 comments
Open

Comments

@christopherhendrich
Copy link

Not sure what I am doing wrong, but when I try to run the TF code for stage-1, I am getting this:
terraform init
Initializing the backend...
Initializing modules...
Initializing provider plugins...

  • Finding hashicorp/google versions matching ">= 5.12.0, < 6.0.0, >= 6.1.0, < 7.0.0"...
  • Finding hashicorp/google-beta versions matching ">= 5.12.0, < 6.0.0, >= 6.1.0, < 7.0.0"...

    │ Error: Failed to query available provider packages

    │ Could not retrieve the list of available versions for provider hashicorp/google: no available releases match the given constraints >= 5.12.0, < 6.0.0, >= 6.1.0, < 7.0.0


    │ Error: Failed to query available provider packages

Looks like the modules have provider version requirements that are impossible to meet. Lower than 6.0.0 and higher or equal to 6.1.0? I am using cloudshell with terraform upgraded to 1.9.6-1. Anyone else having that issue?

@Bslabe123
Copy link
Collaborator

Bslabe123 commented Sep 25, 2024

This does appear to be an issue with the module, if feasible use Terraform 1.8.4 as a hotfix until a fix is implemented. Will follow up.

@christopherhendrich
Copy link
Author

I tried terraform 1.8.4 in a fresh clone of the repo with the same results.

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

2 participants