You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ module "ecs_apps" {
108
108
| 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 |
109
109
| 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 |
110
110
| 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 |
111
112
| security\_group\_ids | Extra security groups for instances. |`list(string)`|`[]`| no |
112
113
| target\_group\_arns | List of target groups for ASG to register. |`list(string)`|`[]`| no |
113
114
| throughput\_mode | Throughput mode for the file system. Defaults to bursting. Valid values: bursting, provisioned. |`string`|`"bursting"`| no |
0 commit comments