-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
Pinning the following modules make it so that kubefirst cannot be installed on GCP with github:
terraform-google-modules/network/google, filegoogle-github/terraform/google/vpc.tf- pinning to10creates a dependency wherehashicorp/googlemust be both=> 7and< 7. Note that pinning to the latest version (14) also causes it to break because that version requireshashicorp/googleto be a larger version than has been released.terraform-google-modules/cloud-nat/google, filegoogle-gitlab/terraform/google/gke/nat.tf- pinning to5.3causes the same problem,5.3has a< 7dependency onhashicorp/google
I did not submit a pull request because I am stuck in my install, and cannot verify that the changes I made actually work. I changed network to > 10, < 14, and cloud-nat to > 5.3. I can now successfully do a terraform init -backend=false from the google-github/terraform/google directory. But I have not been able to see if there are other problems after that as the installer (kubefirst google create) still clones this broken repository as a template.
Metadata
Metadata
Assignees
Labels
No labels