Skip to content

Instantly share code, notes, and snippets.

@vthub
Created January 4, 2020 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vthub/978f013e67b175c4c37242102834b720 to your computer and use it in GitHub Desktop.
Save vthub/978f013e67b175c4c37242102834b720 to your computer and use it in GitHub Desktop.
resource "aws_cloudwatch_event_rule" "scheduled_task" {
name = "scheduled-ecs-event-rule"
schedule_expression = "rate(5 minutes)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment