Skip to content

Commit

Permalink
TSA warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Sep 30, 2024
1 parent d89516a commit cb8bd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/environments/core-logging/observability.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ resource "aws_athena_workgroup" "mod-platform-cur-reports" {

# Additional Athena Policy
data "aws_iam_policy_document" "additional_athena_policy" {
#checkov:skip=CKV_AWS_356: Needs to access multiple resources
#checkov:skip=CKV_AWS_111
statement {
sid = "AthenaQueryAccess"
effect = "Allow"
Expand Down

0 comments on commit cb8bd5e

Please sign in to comment.