Skip to content

Instantly share code, notes, and snippets.

@hervekhg
Created January 17, 2020 16:25
Show Gist options
  • Save hervekhg/a7ae019b534a1c884d68fa338cacf0bd to your computer and use it in GitHub Desktop.
Save hervekhg/a7ae019b534a1c884d68fa338cacf0bd to your computer and use it in GitHub Desktop.
resource "aws_cloudwatch_event_target" "sns_target" {
arn = var.sns_topic_arn
rule = aws_cloudwatch_event_rule.daily.name
target_id = "send-sns-notification"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment