We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b575efc commit d9ff0a9Copy full SHA for d9ff0a9
1 file changed
infrastructure/terraform/components/api/modules_eventpub.tf
@@ -21,12 +21,12 @@ module "eventpub" {
21
event_cache_buffer_interval = 500
22
enable_sns_delivery_logging = var.enable_sns_delivery_logging
23
sns_success_logging_sample_percent = var.sns_success_logging_sample_percent
24
+ access_logging_bucket = local.acct.s3_buckets["access_logs"]["id"]
25
26
event_cache_expiry_days = 30
27
enable_event_cache = var.enable_event_cache
-
28
- data_plane_bus_arn = var.eventpub_data_plane_bus_arn
29
- control_plane_bus_arn = var.eventpub_control_plane_bus_arn
+ data_plane_bus_arn = var.eventpub_data_plane_bus_arn
+ control_plane_bus_arn = var.eventpub_control_plane_bus_arn
30
31
additional_policies_for_event_cache_bucket = [
32
data.aws_iam_policy_document.eventcache[0].json
0 commit comments