Homogenize spacing (trivial no-op change) (#2782)

This commit is contained in:
The Magician 2019-01-02 11:21:29 -08:00 committed by Nathan McKinley
parent af80fe30cb
commit 0208dbcb05

View File

@ -129,9 +129,9 @@ resource "google_monitoring_alert_policy" "basic" {
per_series_aligner = "%s"
}
duration = "60s"
comparison = "COMPARISON_GT"
filter = "%s"
duration = "60s"
comparison = "COMPARISON_GT"
filter = "%s"
threshold_value = "0.5"
}
}