Skip to content

Commit 95cecca

Browse files
committed
Merge branch 'master' of github.com:DNXLabs/terraform-aws-ecs
2 parents d0431b6 + 084ef37 commit 95cecca

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
@@ -108,6 +108,7 @@ module "ecs_apps" {
108108
| schedule\_cron\_start | Cron expression to define when to trigger a start of the auto-scaling group. E.g. '0 20 \* \* \*' to start at 8pm GMT time. | `string` | `""` | no |
109109
| schedule\_cron\_stop | Cron expression to define when to trigger a stop of the auto-scaling group. E.g. '0 10 \* \* \*' to stop at 10am GMT time. | `string` | `""` | no |
110110
| secure\_subnet\_ids | List of secure subnet IDs for EFS. | `list(string)` | n/a | yes |
111+
| security\_group\_ecs\_nodes\_outbound\_cidrs | ECS Nodes outbound allowed CIDRs for the security group. | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
111112
| security\_group\_ids | Extra security groups for instances. | `list(string)` | `[]` | no |
112113
| target\_group\_arns | List of target groups for ASG to register. | `list(string)` | `[]` | no |
113114
| throughput\_mode | Throughput mode for the file system. Defaults to bursting. Valid values: bursting, provisioned. | `string` | `"bursting"` | no |

0 commit comments

Comments
 (0)