Skip to content

Commit

Permalink
fix(DMVP-5181): Add sqs event support
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian committed Sep 23, 2024
1 parent c1f2111 commit 7bbf573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/sqs-event-notifications/1-example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "private" {

event_notification_config = {
target_type = "sqs"
name_suffix = "test"
name_suffix = "event"
filter_prefix = "test/"
events = ["s3:ObjectCreated:CompleteMultipartUpload"]
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ variable "event_notification_config" {
})
default = {
target_type = "null"
name_suffix = "test"
name_suffix = "event"
filter_prefix = "test/"
events = ["s3:ObjectCreated:*"]
}
Expand Down

0 comments on commit 7bbf573

Please sign in to comment.