Skip to content

Commit

Permalink
Correct key
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Mar 26, 2024
1 parent 1a966d8 commit 139aaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/analytical-platform-ingestion/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module "bold_egress_bucket" {
server_side_encryption_configuration = {
rule = {
apply_server_side_encryption_by_default = {
kms_master_key_id = module.s3_processed_kms.key_arn
kms_master_key_id = module.s3_bold_egress_kms.key_arn
sse_algorithm = "aws:kms"
}
}
Expand Down

0 comments on commit 139aaa1

Please sign in to comment.