jetstack / terraform-google-gke-cluster

A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.
Apache License 2.0
161 stars 87 forks source link

Provider version mismatch between master and tag #74

Closed wwwil closed 4 years ago

wwwil commented 4 years ago

The example project uses the last tagged version of the module, as is recommended by Terraform. However as the example has been updated along with the module its google provider version now has a mismatch with the module's google provider version at that tag.

https://github.com/jetstack/terraform-google-gke-cluster/blob/v0.2.0-alpha1/example/main.tf#L32 https://github.com/jetstack/terraform-google-gke-cluster/blob/master/example/main.tf#L32

terraform init errors with No provider "google" plugins meet the constraint "2.5.1,3.5.0".

wwwil commented 4 years ago

A possible solution would be to point users to the tagged version of the example also and highlight this issue. This is also related to #19.

repo-lockdown[bot] commented 4 years ago

This project is now deprecated so we aren't accepting any further changes.