ContainerSolutions / terraform-examples

Simple and idiomatic examples of various Terraform functions and features.
https://containersolutions.github.io/terraform-examples/
160 stars 51 forks source link

More GKE examples #13

Closed ttarczynski closed 3 years ago

ttarczynski commented 3 years ago

It is still work in progress.

  1. [x] cluster-and-deployment – creates a GKE cluster, connects the Terraform Kubernetes Provider to it, and creates a k8s deployment.
  2. [x] VPC-native cluster
ianmiell commented 3 years ago

Is this still a WIP? So far, looks good to me.

ttarczynski commented 3 years ago

This is now ready for review. I also fixed bin/check_format.sh – it always returned 0 (even when found format violations)