Fix bad monitoring test data (#2767)

This commit is contained in:
The Magician 2018-12-28 13:09:44 -08:00 committed by Chris Stephens
parent d65a35062a
commit 7a2fc3389e

View File

@ -132,7 +132,7 @@ resource "google_monitoring_alert_policy" "basic" {
duration = "60s"
comparison = "COMPARISON_GT"
filter = "%s"
thresholdValue = "0.5"
threshold_value = "0.5"
}
}
}