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
@@ -171,6 +171,7 @@ Before using this module, ensure you have the following:
171
171
| <aname="input_cpu"></a> [cpu](#input\_cpu)| The number of CPU units to reserve for the Directus service |`number`|`2048`| no |
172
172
| <aname="input_create_cloudwatch_logs_group"></a> [create\_cloudwatch\_logs\_group](#input\_create\_cloudwatch\_logs\_group)| Whether to create a CloudWatch Logs group |`bool`|`false`| no |
173
173
| <aname="input_create_s3_bucket"></a> [create\_s3\_bucket](#input\_create\_s3\_bucket)| Whether to create an S3 bucket |`bool`|`false`| no |
174
+
| <aname="input_ecs_security_group_ids"></a> [ecs\_security\_group\_ids](#input\_ecs\_security\_group\_ids)| The IDs of the security groups to attach to the ECS service |`list(string)`|`[]`| no |
174
175
| <aname="input_ecs_service_enable_execute_command"></a> [ecs\_service\_enable\_execute\_command](#input\_ecs\_service\_enable\_execute\_command)| Whether to enable ECS service execute command |`bool`|`false`| no |
175
176
| <aname="input_enable_alb_access_logs"></a> [enable\_alb\_access\_logs](#input\_enable\_alb\_access\_logs)| Whether to enable access logs of the Load Balancer |`bool`|`false`| no |
176
177
| <aname="input_enable_cognito_authentication"></a> [enable\_cognito\_authentication](#input\_enable\_cognito\_authentication)| Whether to enable Cognito authentication |`bool`|`false`| no |
0 commit comments