We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1383e8 commit 1a3c00bCopy full SHA for 1a3c00b
autogen/main/main.tf.tmpl
@@ -167,7 +167,7 @@ locals {
167
168
{% if beta_cluster %}
169
cluster_maintenance_window_is_recurring = var.maintenance_recurrence != "" && var.maintenance_end_time != "" ? [1] : []
170
- cluster_maintenance_window_is_daily = var.maintenance_recurrence != "" && var.maintenance_end_time != "" ? [] : [1]
+ cluster_maintenance_window_is_daily = length(local.cluster_maintenance_window_is_recurring) > 0 ? [] : [1]
171
{% endif %}
172
}
173
0 commit comments