Skip to content

Commit e771369

Browse files
terraform-docs: automated update action
1 parent 69e43b4 commit e771369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ module "ecs_apps" {
105105
| extra\_certificate\_arns | Extra ACM certificates to add to ALB Listeners | `list(string)` | `[]` | no |
106106
| extra\_task\_policies\_arn | Extra policies to add to the task definition permissions | `list(string)` | `[]` | no |
107107
| fargate\_only | Enable when cluster is only for fargate and does not require ASG/EC2/EFS infrastructure | `bool` | `false` | no |
108+
| idle\_timeout | IDLE time for ALB on seconds. | `number` | `400` | no |
108109
| instance\_types | Instance type for ECS workers | `list(any)` | `[]` | no |
109110
| instance\_volume\_size | Volume size for docker volume (in GB). | `number` | `30` | no |
110111
| instance\_volume\_size\_root | Volume size for root volume (in GB). | `number` | `16` | no |

0 commit comments

Comments
 (0)