From bd146f90f66a7ab9fe7575eedd50758913576808 Mon Sep 17 00:00:00 2001 From: ashle001 Date: Thu, 1 Oct 2020 14:46:33 -0400 Subject: [PATCH] remove old kms block --- main.tf | 14 -------------- 1 file changed, 14 deletions(-) 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 #---