Skip to content

Commit

Permalink
remove old kms block
Browse files Browse the repository at this point in the history
  • Loading branch information
ashle001 committed Oct 1, 2020
1 parent 454e497 commit bd146f9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,20 +156,6 @@ resource "aws_s3_bucket_object" "this_objects" {
depends_on = [null_resource.policy_delay]
}

#-------------------------------------------------------------------------
# EFS KMS KEY AND ALIAS
#-------------------------------------------------------------------------
#resource "aws_kms_key" "key" {
# description = "KMS CMK for title26_s3 ${local.name}"
# enable_key_rotation = true

# tags = merge(
# local.base_tags,
# { "Name" = local.kms_key_name },
# var.tags
# )
#}

#---
# create a key and alias if not specified
#---
Expand Down

0 comments on commit bd146f9

Please sign in to comment.