Skip to content

Commit

Permalink
adding role arn to target
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandeivert committed Jul 28, 2020
1 parent a251346 commit 8556b0d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "aws_cloudwatch_event_rule" "capture_events" {
resource "aws_cloudwatch_event_target" "kinesis" {
target_id = "${var.prefix}_${var.cluster}_streamalert_kinesis"
rule = aws_cloudwatch_event_rule.capture_events.name
role_arn = aws_iam_role.cloudwatch_events_role.arn
arn = var.kinesis_arn
}

Expand Down

0 comments on commit 8556b0d

Please sign in to comment.