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 @@ -87,6 +87,7 @@ module "ecs_apps" {
8787| certificate\_ internal\_ arn | certificate arn for internal ALB. | ` string ` | ` "" ` | no |
8888| create\_ iam\_ service\_ linked\_ role | Create iam\_ service\_ linked\_ role for ECS or not. | ` bool ` | ` false ` | no |
8989| enable\_ schedule | Enables schedule to shut down and start up instances outside business hours. | ` bool ` | ` false ` | no |
90+ | fargate\_ only | Enable when cluster is only for fargate and does not require ASG/EC2/EFS infrastructure | ` bool ` | ` false ` | no |
9091| instance\_ types | Instance type for ECS workers | ` list(any) ` | ` [] ` | no |
9192| instance\_ volume\_ size | Volume size for docker volume (in GB). | ` number ` | ` 30 ` | no |
9293| instance\_ volume\_ size\_ root | Volume size for root volume (in GB). | ` number ` | ` 16 ` | no |
You can’t perform that action at this time.
0 commit comments