diff --git a/main.tf b/main.tf index 8acf12a..174fc1a 100644 --- a/main.tf +++ b/main.tf @@ -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 #---