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

google_container_cluster.cluster: project: required field is not set #32

Closed znat closed 5 years ago

znat commented 5 years ago

Error: Error applying plan:

1 error occurred:

Other issues seems to indicate that this is already fixed but it doesn't seem to be. Using 0.1.0-beta2. In the main.tf of the module the google provider doesn't have neither project nor region:

provider "google" {
  version = "2.5.1"
}
wwwil commented 5 years ago

Hi! Thanks for your feedback 😄

I assume you're using the latest Terraform Registry version? This problem should have been fixed by #23, however I've not tagged a new version since then, so that's my bad.

I'm going to tag a new version today, as soon as the new test script PR #29 is merged and passes!

wwwil commented 5 years ago

Just tagged a new version, which should resolve this https://github.com/jetstack/terraform-google-gke-cluster/releases/tag/v0.1.0. Please reopen the issue if there are still problems 😄

repo-lockdown[bot] commented 4 years ago

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