We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d28a5a commit 992bc3eCopy full SHA for 992bc3e
aws_cloudtrail.tf
@@ -42,6 +42,7 @@ resource "aws_cloudtrail" "ct" {
42
is_multi_region_trail = "${var.is_multi_region_trail}"
43
cloud_watch_logs_group_arn = "${aws_cloudwatch_log_group.ct.arn}"
44
cloud_watch_logs_role_arn = "${aws_iam_role.ct.arn}"
45
+ sns_topic_name = "${aws_sns_topic.sns.arn}"
46
depends_on = ["aws_s3_bucket_policy.bucket"]
47
}
48
0 commit comments