Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 24, 2025
1 parent 92de720 commit edd867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventbridge.guardduty.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module "eventbridge_guardduty" {
event_pattern = jsonencode({
"source" = ["aws.guardduty"]
"detail-type" = ["GuardDuty Malware Protection Object Scan Result"]
"resources" : [format("%v/*", [module.files_in.s3_bucket_arn])]
"resources" = [format("%v/*", [module.files_in.s3_bucket_arn])]
})
}
}
Expand Down

0 comments on commit edd867c

Please sign in to comment.