Last active
October 17, 2021 17:32
-
-
Save madagra/190a76eb0dfba5494ff866a4f47763be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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