GoogleCloudPlatform / ai-on-gke

AI on GKE is a collection of examples, best-practices, and prebuilt solutions to help build, deploy, and scale AI Platforms on Google Kubernetes Engine
Apache License 2.0
218 stars 161 forks source link

Terraform in benchmarking has impossible provider requirements #834

Open christopherhendrich opened 5 days ago

christopherhendrich commented 5 days ago

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...

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 commented 5 days ago

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 commented 5 days ago

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