Skip to content

Commit

Permalink
key-id3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Sep 22, 2020
1 parent d68bb70 commit 6c2f069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ resource "aws_s3_bucket" "this" {
server_side_encryption_configuration {
rule {
apply_server_side_encryption_by_default {
#kms_master_key_id = aws_kms_key.key.key_id
kms_master_key_id = var.kms_key_id
kms_master_key_id = aws_kms_key.key.key_id
#kms_master_key_id = var.kms_key_id
#kms_master_key_id = "k-kms-", var.bucket_name
sse_algorithm = "aws:kms"
}
Expand Down

0 comments on commit 6c2f069

Please sign in to comment.