Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 24, 2025
1 parent edd867c commit c6f24f8
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 c6f24f8

Please sign in to comment.