Skip to content

Commit

Permalink
PR feedback: fix copy-paste error
Browse files Browse the repository at this point in the history
Co-authored-by: forevermatt <[email protected]>
  • Loading branch information
briskt and forevermatt authored Nov 7, 2023
1 parent 9792649 commit be06d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/070-id-sync/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ resource "aws_ecs_task_definition" "cron_td" {
*/
resource "aws_cloudwatch_event_rule" "event_rule" {
name = "${var.idp_name}-${var.app_name}-${var.app_env}"
description = "Start broker scheduled tasks"
description = "Start ID Sync scheduled tasks"

schedule_expression = var.event_schedule

Expand Down

0 comments on commit be06d0c

Please sign in to comment.