Skip to content

Instantly share code, notes, and snippets.

@madagra
Last active October 17, 2021 17:32
Show Gist options
  • Save madagra/190a76eb0dfba5494ff866a4f47763be to your computer and use it in GitHub Desktop.
Save madagra/190a76eb0dfba5494ff866a4f47763be to your computer and use it in GitHub Desktop.
resource "aws_cloudwatch_event_rule" "cron_schedule" {
name = "es_backup_lambda_cron_schedule"
description = "Daily execution"
schedule_expression = "rate(1 day)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment