Skip to content

Commit

Permalink
Fix bad monitoring test data (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and chrisst committed Dec 28, 2018
1 parent e1970a2 commit 62214d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_monitoring_alert_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "google_monitoring_alert_policy" "basic" {
duration = "60s"
comparison = "COMPARISON_GT"
filter = "%s"
thresholdValue = "0.5"
threshold_value = "0.5"
}
}
}
Expand Down

0 comments on commit 62214d0

Please sign in to comment.