Skip to content

Commit

Permalink
Align whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha committed Apr 11, 2024
1 parent a26fb1d commit 199f3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "google_monitoring_dashboard" "witness_dashboard" {
}

resource "google_monitoring_alert_policy" "witness_liveness" {
enabled = var.alert_enable_num_witness
enabled = var.alert_enable_num_witness
display_name = "Number of live witnesses (${var.env})"
combiner = "OR"
conditions {
Expand Down

0 comments on commit 199f3b6

Please sign in to comment.