From d4bfedcbce53cb440fd041d15a40a0f01acb203d Mon Sep 17 00:00:00 2001 From: matt-heery <116661071+matt-heery@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:43:57 +0000 Subject: [PATCH] add star back --- terraform/environments/electronic-monitoring-data/s3_sns.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/electronic-monitoring-data/s3_sns.tf b/terraform/environments/electronic-monitoring-data/s3_sns.tf index 19a93d29443..e8597b3f30d 100644 --- a/terraform/environments/electronic-monitoring-data/s3_sns.tf +++ b/terraform/environments/electronic-monitoring-data/s3_sns.tf @@ -78,7 +78,7 @@ resource "aws_s3_bucket_notification" "live_serco_fms_data_store" { topic { topic_arn = aws_sns_topic.live_serco_fms_s3_events.arn events = [ - "s3:ObjectCreated:" + "s3:ObjectCreated:*" ] filter_prefix = "serco/fms/" filter_suffix = ".JSON"