File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,9 @@ module "ecs_apps" {
94
94
| certificate\_ internal\_ arn | certificate arn for internal ALB. | ` string ` | ` "" ` | no |
95
95
| create\_ efs | Enables creation of EFS volume for cluster | ` bool ` | ` true ` | no |
96
96
| create\_ iam\_ service\_ linked\_ role | Create iam\_ service\_ linked\_ role for ECS or not. | ` bool ` | ` false ` | no |
97
+ | ebs\_ key\_ arn | ARN of a KMS Key to use on EBS volumes | ` string ` | ` "" ` | no |
97
98
| ec2\_ key\_ enabled | Generate a SSH private key and include in launch template of ECS nodes | ` bool ` | ` false ` | no |
99
+ | efs\_ key\_ arn | ARN of a KMS Key to use on EFS volumes | ` string ` | ` "" ` | no |
98
100
| efs\_ lifecycle\_ transition\_ to\_ ia | Option to enable EFS Lifecycle Transaction to IA | ` string ` | ` "" ` | no |
99
101
| efs\_ lifecycle\_ transition\_ to\_ primary\_ storage\_ class | Option to enable EFS Lifecycle Transaction to Primary Storage Class | ` bool ` | ` false ` | no |
100
102
| enable\_ schedule | Enables schedule to shut down and start up instances outside business hours. | ` bool ` | ` false ` | no |
@@ -103,7 +105,6 @@ module "ecs_apps" {
103
105
| instance\_ types | Instance type for ECS workers | ` list(any) ` | ` [] ` | no |
104
106
| instance\_ volume\_ size | Volume size for docker volume (in GB). | ` number ` | ` 30 ` | no |
105
107
| instance\_ volume\_ size\_ root | Volume size for root volume (in GB). | ` number ` | ` 16 ` | no |
106
- | kms\_ key\_ arn | ARN of a KMS Key to use on EFS and EBS volumes | ` string ` | ` "" ` | no |
107
108
| lb\_ access\_ logs\_ bucket | Bucket to store logs from lb access. | ` string ` | ` "" ` | no |
108
109
| lb\_ access\_ logs\_ prefix | Bucket prefix to store lb access logs. | ` string ` | ` "" ` | no |
109
110
| name | Name of this ECS cluster. | ` any ` | n/a | yes |
You can’t perform that action at this time.
0 commit comments