terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
feat: add beta multi networking options
Add beta multi-networking options. This is lightly based on the work in #1721, but that PR was closed due to inactivity.
- Implemented in autogen template
- Had to always include
network_config
block on the node pool due to otherwise too complicated if statement depending on beta cluster or not; this should be fine anyway with the defaults of the option in the block. - Tested on GCP.