Skip to content

Commit b1383e8

Browse files
gajicdevmorgante
andauthored
Fix code according to guidelines
Co-Authored-By: Morgante Pell <[email protected]>
1 parent 76423d5 commit b1383e8

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
@@ -168,7 +168,7 @@ resource "google_container_cluster" "primary" {
168168

169169
dynamic "daily_maintenance_window"{
170170
for_each = local.cluster_maintenance_window_is_daily
171-
content{
171+
content {
172172
start_time = var.maintenance_start_time
173173
}
174174
}

0 commit comments

Comments
 (0)