From 5ee09a3657c1b4ed9980fffd31a23d76e6d42991 Mon Sep 17 00:00:00 2001 From: Florian Mutter Date: Wed, 10 Jan 2024 15:07:06 +0100 Subject: [PATCH] GKE autoscaling profile is GA now Closes #1820 --- autogen/main/cluster.tf.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/autogen/main/cluster.tf.tmpl b/autogen/main/cluster.tf.tmpl index fea3e367ac..698283692e 100644 --- a/autogen/main/cluster.tf.tmpl +++ b/autogen/main/cluster.tf.tmpl @@ -153,9 +153,7 @@ resource "google_container_cluster" "primary" { {% endif %} } } - {% if beta_cluster %} autoscaling_profile = var.cluster_autoscaling.autoscaling_profile != null ? var.cluster_autoscaling.autoscaling_profile : "BALANCED" - {% endif %} dynamic "resource_limits" { for_each = local.autoscaling_resource_limits content {