Skip to content

Commit

Permalink
Merge pull request #1558 from ministryofjustice/fix-scheduler-name
Browse files Browse the repository at this point in the history
Namespace scheduler name to env and region
  • Loading branch information
acsauk authored Oct 17, 2024
2 parents 76accfb + 134bcf4 commit be35da5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "schedule_runner" {
}

resource "aws_scheduler_schedule" "schedule_runner_hourly" {
name = "schedule-runner-hourly"
name = "schedule-runner-hourly-${data.aws_default_tags.current.tags.environment-name}"
schedule_expression = "rate(1 hour)"
description = "Runs every hour"

Expand Down

0 comments on commit be35da5

Please sign in to comment.