Skip to content

Commit 5ee09a3

Browse files
GKE autoscaling profile is GA now
Closes #1820
1 parent 67b67f3 commit 5ee09a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ resource "google_container_cluster" "primary" {
153153
{% endif %}
154154
}
155155
}
156-
{% if beta_cluster %}
157156
autoscaling_profile = var.cluster_autoscaling.autoscaling_profile != null ? var.cluster_autoscaling.autoscaling_profile : "BALANCED"
158-
{% endif %}
159157
dynamic "resource_limits" {
160158
for_each = local.autoscaling_resource_limits
161159
content {

0 commit comments

Comments
 (0)