Skip to content

Commit 76423d5

Browse files
gajicdevmorgante
andauthored
Fix code according to guidelines
Co-Authored-By: Morgante Pell <morgante.pell@morgante.net>
1 parent 5255f83 commit 76423d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/main/cluster.tf.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ resource "google_container_cluster" "primary" {
159159
{% if beta_cluster %}
160160
dynamic "recurring_window"{
161161
for_each = local.cluster_maintenance_window_is_recurring
162-
content{
162+
content {
163163
start_time = var.maintenance_start_time
164164
end_time = var.maintenance_end_time
165165
recurrence = var.maintenance_recurrence

0 commit comments

Comments
 (0)