1 Open Issue Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug and fix a Terraform module for Google Kubernetes Engine (GKE) cluster configuration. The module is failing due to a `coalesce` function error when `node_pools_linux_node_configs_sysctls` is set without also defining `node_pools_cgroup_mode`. The solution involves modifying the module's code to handle cases where `node_pools_cgroup_mode` is not explicitly defined, ensuring the `coalesce` function always has at least one non-null, non-empty-string argument.

Complexity: 4/5
bug good first issue triaged

Configures opinionated GKE clusters

HCL
#cft-terraform#compute#containers