File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ module "ecs_apps" {
79
79
| alb\_ internal | Deploys a second internal ALB for private APIs | ` bool ` | ` false ` | no |
80
80
| alb\_ only | Whether to deploy only an alb and no cloudFront or not with the cluster | ` bool ` | ` false ` | no |
81
81
| alb\_ ssl\_ policy | The name of the SSL Policy for the listener. Required if protocol is HTTPS or TLS. | ` string ` | ` "ELBSecurityPolicy-2016-08" ` | no |
82
+ | architecture | Architecture to select the AMI, x86\_ 64 or arm64 | ` string ` | ` "x86_64" ` | no |
82
83
| asg\_ max | Max number of instances for autoscaling group | ` number ` | ` 4 ` | no |
83
84
| asg\_ memory\_ target | Target average memory percentage to track for autoscaling | ` number ` | ` 60 ` | no |
84
85
| asg\_ min | Min number of instances for autoscaling group | ` number ` | ` 1 ` | no |
@@ -91,8 +92,8 @@ module "ecs_apps" {
91
92
| instance\_ type\_ 1 | Instance type for ECS workers (first priority) | ` any ` | n/a | yes |
92
93
| instance\_ type\_ 2 | Instance type for ECS workers (second priority) | ` any ` | n/a | yes |
93
94
| instance\_ type\_ 3 | Instance type for ECS workers (third priority) | ` any ` | n/a | yes |
94
- | instance\_ volume\_ size | Volume size for docker volume (in GB) | ` number ` | ` 22 ` | no |
95
- | instance \_ volume \_ size \_ root | Volume size for root volume (in GB) | ` number ` | ` 16 ` | no |
95
+ | instance\_ volume\_ size | Volume size for docker volume (in GB) | ` number ` | ` 30 ` | no |
96
+ | kms \_ key \_ arn | ARN of a KMS Key to use on EFS and EBS volumes | ` string ` | ` "" ` | no |
96
97
| lb\_ access\_ logs\_ bucket | Bucket to store logs from lb access | ` string ` | ` "" ` | no |
97
98
| lb\_ access\_ logs\_ prefix | Bucket prefix to store lb access logs | ` string ` | ` "" ` | no |
98
99
| name | Name of this ECS cluster | ` any ` | n/a | yes |
You can’t perform that action at this time.
0 commit comments