Skip to content

Commit

Permalink
fix fmt issue
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Nov 4, 2023
1 parent 49cbf4f commit 51d0fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/modules/monitoring/slo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resource "google_monitoring_alert_policy" "availability_burn_alert" {
conditions {
display_name = each.value.display_name
condition_threshold {
filter = format("select_slo_burn_rate(\"projects/%s/services/%s/serviceLevelObjectives/%s\", %s)", var.project_number, google_monitoring_custom_service.service.service_id, each.value.slo_id, each.value.window)
filter = format("select_slo_burn_rate(\"projects/%s/services/%s/serviceLevelObjectives/%s\", %s)", var.project_number, google_monitoring_custom_service.service.service_id, each.value.slo_id, each.value.window)
threshold_value = each.value.burn_rate_threshold
duration = "0s"
comparison = "COMPARISON_GT"
Expand Down

0 comments on commit 51d0fa3

Please sign in to comment.