diff --git a/modules/gke-cluster-autopilot/main.tf b/modules/gke-cluster-autopilot/main.tf index 450260a8..eac6ebeb 100644 --- a/modules/gke-cluster-autopilot/main.tf +++ b/modules/gke-cluster-autopilot/main.tf @@ -32,7 +32,7 @@ resource "google_container_cluster" "cluster" { initial_node_count = 1 enable_autopilot = true - allow_net_admin = var.allow_net_admin + allow_net_admin = var.allow_net_admin addons_config { http_load_balancing {