Skip to content

Commit 4064da7

Browse files
committed
terraform-docs: automated update action
1 parent 6124535 commit 4064da7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module "ecs_apps" {
7979
| alb\_internal | Deploys a second internal ALB for private APIs | `bool` | `false` | no |
8080
| alb\_only | Whether to deploy only an alb and no cloudFront or not with the cluster | `bool` | `false` | no |
8181
| 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 |
8283
| asg\_max | Max number of instances for autoscaling group | `number` | `4` | no |
8384
| asg\_memory\_target | Target average memory percentage to track for autoscaling | `number` | `60` | no |
8485
| asg\_min | Min number of instances for autoscaling group | `number` | `1` | no |
@@ -91,8 +92,8 @@ module "ecs_apps" {
9192
| instance\_type\_1 | Instance type for ECS workers (first priority) | `any` | n/a | yes |
9293
| instance\_type\_2 | Instance type for ECS workers (second priority) | `any` | n/a | yes |
9394
| 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 |
9697
| lb\_access\_logs\_bucket | Bucket to store logs from lb access | `string` | `""` | no |
9798
| lb\_access\_logs\_prefix | Bucket prefix to store lb access logs | `string` | `""` | no |
9899
| name | Name of this ECS cluster | `any` | n/a | yes |

0 commit comments

Comments
 (0)