We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53792c5 commit 03d43d5Copy full SHA for 03d43d5
modules/cis-alarms/main.tf
@@ -1,7 +1,7 @@
1
locals {
2
all_controls = {
3
UnauthorizedAPICalls = {
4
- pattern = "{ (($.errorCode=\"*UnauthorizedOperation\") || ($.errorCode=\"AccessDenied*\")) }"
+ pattern = "{ ($.errorCode=\"*UnauthorizedOperation\") || ($.errorCode=\"AccessDenied*\") }"
5
description = "Monitoring unauthorized API calls will help reveal application errors and may reduce time to detect malicious activity."
6
}
7
0 commit comments