Skip to content

Commit f5616b7

Browse files
committed
Merge branch 'master' of github.com:DNXLabs/terraform-aws-ecs
2 parents fa61fe7 + 14a18a6 commit f5616b7

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
@@ -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 |

0 commit comments

Comments
 (0)