Skip to content

Commit

Permalink
adds arn to sse encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukmaan Ali committed Jun 28, 2022
1 parent ff11af9 commit 025be60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ resource "aws_s3_bucket_server_side_encryption_configuration" "kms" {

apply_server_side_encryption_by_default {
sse_algorithm = "aws:kms"
kms_master_key_id = aws_kms_key.this[0].id
kms_master_key_id = aws_kms_key.this[0].arn
}
}
}
Expand Down

0 comments on commit 025be60

Please sign in to comment.