diff --git a/infra/terraform/modules/service/batch.tf b/infra/terraform/modules/service/batch.tf index 7452060604..f0689702bc 100644 --- a/infra/terraform/modules/service/batch.tf +++ b/infra/terraform/modules/service/batch.tf @@ -231,12 +231,6 @@ module "sns_batch_failure" { type = "Service" identifiers = ["events.amazonaws.com"] }] - - conditions = [{ - test = "ArnLike" - variable = "aws:SourceArn" - values = [module.eventbridge_sns.eventbridge_bus_arn] - }] } }