Skip to content

Commit 94f64b6

Browse files
committed
Removing unused resources
1 parent a50b265 commit 94f64b6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

main.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ provider "aws" {
66
region = var.region
77
}
88

9-
# ---------------------------------------------------------------------------------------------------------------------
10-
# AWS KMS Encryption Key
11-
# ---------------------------------------------------------------------------------------------------------------------
12-
resource "aws_kms_key" "encryption_key" {
13-
description = "${var.name_preffix} ECS Encryption Key"
14-
is_enabled = true
15-
enable_key_rotation = true
16-
}
17-
189
# ---------------------------------------------------------------------------------------------------------------------
1910
# AWS SECURITY GROUP - ECS Tasks, allow traffic only from Load Balancer
2011
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)