Skip to content

Commit

Permalink
GKE autoscaling profile is GA now
Browse files Browse the repository at this point in the history
Closes #1820
  • Loading branch information
florianmutter committed Jan 10, 2024
1 parent 67b67f3 commit 5ee09a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autogen/main/cluster.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ee09a3

Please sign in to comment.