Skip to content

Commit

Permalink
update bucket prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Sep 30, 2024
1 parent 0764e62 commit d89516a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/core-logging/observability.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ data "aws_iam_policy_document" "additional_athena_policy" {
"s3:AbortMultipartUpload",
"s3:PutObject"
]
resources = ["arn:aws:s3:::aws-athena-query-results-*"]
resources = ["arn:aws:s3:::grafana-athena-query-results-*"]
}
statement {
sid = "AthenaCURReportsAccess"
Expand Down

0 comments on commit d89516a

Please sign in to comment.