Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markpullan committed Jan 9, 2025
1 parent ee8f1a1 commit 3319494
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ resource "aws_sfn_state_machine" "watchdog" {
watchdog_queries = [
{
metric_name = "OverdueRequestItemPlansCount",
query_id = aws_athena_named_query.overdue_request_item_plans.id
query_id = aws_athena_named_query.overdue_request_item_plans.id
},
{
metric_name = "OverdueRequestItemsCount",
query_id = aws_athena_named_query.overdue_request_items.id
query_id = aws_athena_named_query.overdue_request_items.id
},
{
metric_name = "OverdueRequestsCount",
query_id = aws_athena_named_query.overdue_requests.id
query_id = aws_athena_named_query.overdue_requests.id
}
]
environment = var.environment
Expand Down

0 comments on commit 3319494

Please sign in to comment.