Skip to content

Commit 47efa94

Browse files
committed
update: automatically switch status from new to notified
1 parent 0610640 commit 47efa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ locals {
2929
lambda_policy_document_securityhub = {
3030
sid = "AllowSecurityHub"
3131
effect = "Allow"
32-
actions = ["securityhub:BatchImportFindings"]
32+
actions = ["securityhub:BatchUpdateFindings"]
3333
resources = ["*"]
3434
}
3535

0 commit comments

Comments
 (0)