Skip to content

Commit d9ff0a9

Browse files
CCM-14044 Setting prod defaults
1 parent b575efc commit d9ff0a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrastructure/terraform/components/api/modules_eventpub.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ module "eventpub" {
2121
event_cache_buffer_interval = 500
2222
enable_sns_delivery_logging = var.enable_sns_delivery_logging
2323
sns_success_logging_sample_percent = var.sns_success_logging_sample_percent
24+
access_logging_bucket = local.acct.s3_buckets["access_logs"]["id"]
2425

2526
event_cache_expiry_days = 30
2627
enable_event_cache = var.enable_event_cache
27-
28-
data_plane_bus_arn = var.eventpub_data_plane_bus_arn
29-
control_plane_bus_arn = var.eventpub_control_plane_bus_arn
28+
data_plane_bus_arn = var.eventpub_data_plane_bus_arn
29+
control_plane_bus_arn = var.eventpub_control_plane_bus_arn
3030

3131
additional_policies_for_event_cache_bucket = [
3232
data.aws_iam_policy_document.eventcache[0].json

0 commit comments

Comments
 (0)