Skip to content

Commit

Permalink
update sns topic to point at correct bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Jan 2, 2025
1 parent 65e652a commit ccf50d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/electronic-monitoring-data/s3_sns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ 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"
}
}
Expand Down

0 comments on commit ccf50d5

Please sign in to comment.