Skip to content

Commit ade7f98

Browse files
committed
CCM-14480: Add access_logging_bucket var to eventpub
1 parent 25c5e6f commit ade7f98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

infrastructure/terraform/components/dl/modules_eventpub.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ module "eventpub" {
2727

2828
data_plane_bus_arn = var.eventpub_data_plane_bus_arn
2929
control_plane_bus_arn = var.eventpub_control_plane_bus_arn
30+
31+
access_logging_bucket = local.acct.s3_buckets["access_logs"]["id"]
3032
}
3133

3234
resource "aws_sns_topic_policy" "eventbridge_publish" {

0 commit comments

Comments
 (0)