File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments