Skip to content

Commit

Permalink
addApiKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
jjzhangjjzhang committed Dec 13, 2023
1 parent a4f583b commit bcdb9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data "aws_iam_policy_document" "lacework_audit_policy" {
statement {
sid = "APIGATEWAY"
actions = ["apigateway:GET"]
resources = ["arn:aws:apigateway:*::/apikeys/*"]
resources = ["arn:aws:apigateway:*::/apikeys", "arn:aws:apigateway:*::/apikeys/*"]
}

statement {
Expand Down

0 comments on commit bcdb9a2

Please sign in to comment.