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 bee81f4 commit aafaae9
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 @@ -155,7 +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_S3"
encryption_option = "SSE_S3"
}
}
}
Expand Down

0 comments on commit aafaae9

Please sign in to comment.