File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ module "ecs_apps" {
8989| certificate\_ internal\_ arn | certificate arn for internal ALB. | ` string ` | ` "" ` | no |
9090| create\_ iam\_ service\_ linked\_ role | Create iam\_ service\_ linked\_ role for ECS or not. | ` bool ` | ` false ` | no |
9191| enable\_ schedule | Enables schedule to shut down and start up instances outside business hours. | ` bool ` | ` false ` | no |
92+ | extra\_ certificate\_ arns | Extra ACM certificates to add to ALB Listeners | ` list(string) ` | ` [] ` | no |
9293| fargate\_ only | Enable when cluster is only for fargate and does not require ASG/EC2/EFS infrastructure | ` bool ` | ` false ` | no |
9394| instance\_ types | Instance type for ECS workers | ` list(any) ` | ` [] ` | no |
9495| instance\_ volume\_ size | Volume size for docker volume (in GB). | ` number ` | ` 30 ` | no |
You can’t perform that action at this time.
0 commit comments