We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f90e0 commit b3185c3Copy full SHA for b3185c3
1 file changed
infrastructure/modules/api_gateway/iam.tf
@@ -16,6 +16,7 @@ resource "aws_iam_role" "api_gateway" {
16
17
data "aws_iam_policy_document" "api_gateway_logging" {
18
#checkov:skip=CKV_AWS_356: Wildcard permissions needed for global log event reads
19
+ #checkov:skip=CKV_AWS_111: Ensure IAM policies does not allow write access without constraints
20
statement {
21
sid = "AllowCreateLogGroup"
22
effect = "Allow"
0 commit comments