Skip to content

Commit

Permalink
revert workgroup kms
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Oct 23, 2024
1 parent d0419d2 commit bee81f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/environments/core-logging/observability.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ resource "aws_athena_workgroup" "mod_platform_cur_reports" {
result_configuration {
output_location = "s3://${module.s3_moj_cur_reports_modplatform.bucket.id}/workgroup/"
encryption_configuration {
encryption_option = "SSE_KMS"
kms_key_arn = aws_kms_alias.moj_cur_reports.arn
encryption_option = "SSE_S3"
}
}
}
Expand Down

0 comments on commit bee81f4

Please sign in to comment.