Skip to content

Instantly share code, notes, and snippets.

@nhammad
Created August 9, 2022 14:17
Show Gist options
  • Save nhammad/8c2b06b33c3e7aa91d8fb7482c5dedea to your computer and use it in GitHub Desktop.
Save nhammad/8c2b06b33c3e7aa91d8fb7482c5dedea to your computer and use it in GitHub Desktop.
module "enable_or_disable_alarms" {
source = "../modules/.."
schedule = "cron(0/15 * ? * MON-FRI *)"
alarm_arns_lst = ["arn:aws:cloudwatch:eu-east-1:123456757:alarm:testing-alarm"]
action = "enable"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment