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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,8 @@ Before using this module, ensure you have the following:
184
184
| <aname="input_load_balancer_allowed_cidr_blocks"></a> [load\_balancer\_allowed\_cidr\_blocks](#input\_load\_balancer\_allowed\_cidr\_blocks)| The CIDR blocks allowed to access the Load Balancer |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
185
185
| <aname="input_load_balancer_prefix_list_ids"></a> [load\_balancer\_prefix\_list\_ids](#input\_load\_balancer\_prefix\_list\_ids)| The prefix list IDs allowed to access the Load Balancer |`list(string)`|`[]`| no |
186
186
| <aname="input_memory"></a> [memory](#input\_memory)| The amount of memory to reserve for the Directus service |`number`|`4096`| no |
187
+
| <aname="input_private_subnet_ids"></a> [private\_subnet\_ids](#input\_private\_subnet\_ids)| The IDs of the private subnets used by the ECS service to run tasks |`list(string)`| n/a | yes |
188
+
| <aname="input_public_subnet_ids"></a> [public\_subnet\_ids](#input\_public\_subnet\_ids)| The IDs of the public subnets used by the Load Balancer to serve traffic |`list(string)`| n/a | yes |
187
189
| <aname="input_public_url"></a> [public\_url](#input\_public\_url)| The public URL of the Directus service |`string`|`""`| no |
188
190
| <aname="input_rds_database_engine"></a> [rds\_database\_engine](#input\_rds\_database\_engine)| The engine of the RDS database |`string`| n/a | yes |
189
191
| <aname="input_rds_database_host"></a> [rds\_database\_host](#input\_rds\_database\_host)| The host of the RDS database |`string`| n/a | yes |
@@ -197,7 +199,6 @@ Before using this module, ensure you have the following:
197
199
| <aname="input_s3_bucket_name"></a> [s3\_bucket\_name](#input\_s3\_bucket\_name)| The name of the S3 bucket |`string`|`""`| no |
0 commit comments