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

Unable to create vpc-subnetwork #52

Closed alljames closed 4 years ago

alljames commented 5 years ago

Encountering an error on terraform apply. Strangely, only seven resources are marked for creation created in terraform plan, none of which is a vpc network or subnetwork.

Error : Error applying plan:

1 error occurred:
    * google_container_cluster.cluster: 1 error occurred:
    * google_container_cluster.cluster: googleapi: Error 400: Subnetwork "projects/<GCP_PROJECT>/regions/europe-west1/subnetworks/vpc-subnetwork" is not valid for Network "vpc-network"., badRequest
$ terraform version
Terraform v0.11.14
+ provider.google v2.5.1
+ provider.random v2.1.1
wwwil commented 4 years ago

I've not been able to reproduce this issue and it uses an older version of Terraform so I'm going to close. Feel free to reopen if you encounter this problem again. Thanks!

repo-lockdown[bot] commented 4 years ago

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