This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
v0.7.0
Modules affected
vpc-network
[BACKWARDS INCOMPATIBLE]
Description
This release fixes a GKE cluster creation issue (see gruntwork-io/terraform-google-gke#118) due to a change in Google's APIs that prevents the pod secondary range name having the same name as the services secondary range name. We set defaults for the new secondary range names, however we use variables to allow backwards compatibility with existing GKE clusters. Please see the migration guide in the GKE module if your upgrading this release as it will cause existing clusters to be recreated.
Special thanks
Special thanks to @brianpham for their contributions!