Skip to content

Commit 9f27fe9

Browse files
committed
Fix alignment
1 parent b1334f7 commit 9f27fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/kibana/alerting_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,9 +427,9 @@ resource "elasticstack_kibana_alerting_rule" "test_rule" {
427427
alerts_filter {
428428
timeframe {
429429
days = [1,2,3]
430-
timezone = "Africa/Accra"
431-
hours_start = "01:00"
432-
hours_end = "07:00"
430+
timezone = "Africa/Accra"
431+
hours_start = "01:00"
432+
hours_end = "07:00"
433433
}
434434
}
435435
}

0 commit comments

Comments
 (0)