Skip to content

Commit 992bc3e

Browse files
author
Tom McLaughlin
committed
We need to publish CloudTrail to SNS for this to work
1 parent 3d28a5a commit 992bc3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_cloudtrail.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ resource "aws_cloudtrail" "ct" {
4242
is_multi_region_trail = "${var.is_multi_region_trail}"
4343
cloud_watch_logs_group_arn = "${aws_cloudwatch_log_group.ct.arn}"
4444
cloud_watch_logs_role_arn = "${aws_iam_role.ct.arn}"
45+
sns_topic_name = "${aws_sns_topic.sns.arn}"
4546
depends_on = ["aws_s3_bucket_policy.bucket"]
4647
}
4748

0 commit comments

Comments
 (0)