GoogleCloudPlatform / gke-enterprise-mt

This repository hosts the terraform module that helps setup a GKE cluster and environment based on the Enterprise Multi-Tenancy Best Practices Guide.
https://cloud.google.com/kubernetes-engine/docs/best-practices/enterprise-multitenancy
Apache License 2.0
26 stars 12 forks source link

terraform destroy is incomplete #4

Open mattcary opened 4 years ago

mattcary commented 4 years ago

terraform destroy gets stuck at deleting projects. It appears that using a shared VPC puts liens on the host project (and others?) which must be manually deleted before the projects can be destroyed.

It's not clear what terraform destroy actually does, probably the state of the deployment is not good.