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
| <aname="input_container_image"></a> [container\_image](#input\_container\_image)| Image tag of the Docker container to use for this service |`string`| n/a | yes |
61
62
| <aname="input_container_port"></a> [container\_port](#input\_container\_port)| Port exposed by the container |`number`| n/a | yes |
62
63
| <aname="input_container_secrets"></a> [container\_secrets](#input\_container\_secrets)| The Secrets to Pass to the container. | <pre>list(object({<br> name = string<br> valueFrom = string<br> }))</pre> |`[]`| no |
63
-
| <aname="input_ecr_host"></a> [ecr\_host](#input\_ecr\_host)| Hostname of the ECR repository with no trailing slash |`string`| n/a | yes |
64
+
| <aname="input_db_instance_class"></a> [db\_instance\_class](#input\_db\_instance\_class)| Size of instances within the RDS cluster |`string`|`"db.t4g.medium"`| no |
65
+
| <aname="input_db_instance_count"></a> [db\_instance\_count](#input\_db\_instance\_count)| How many RDS instances to create |`number`|`1`| no |
66
+
| <aname="input_db_name"></a> [db\_name](#input\_db\_name)| Name of the postgres database to create, if creating an RDS cluster |`string`|`"main"`| no |
64
67
| <aname="input_ecs_desired_count"></a> [ecs\_desired\_count](#input\_ecs\_desired\_count)| How many tasks to launch in ECS service |`number`|`1`| no |
65
68
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| The environment variables to pass to the container. This is a list of maps. | <pre>list(object({<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
66
69
| <aname="input_health_check_path"></a> [health\_check\_path](#input\_health\_check\_path)| Path to use for health checks |`string`| n/a | yes |
0 commit comments