Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions infrastructure/terraform/components/api/modules_eventpub.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ module "eventpub" {
log_retention_in_days = var.log_retention_in_days
log_level = "INFO"

force_destroy = var.force_destroy

event_cache_buffer_interval = 500
enable_sns_delivery_logging = true
sns_success_logging_sample_percent = 0
Expand Down
Loading