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
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ You can do this by commenting out the entire module, running a terraform apply,
57
57
| <aname="input_alb_security_group_id"></a> [alb\_security\_group\_id](#input\_alb\_security\_group\_id)| Security Group ID for the ALB |`string`| n/a | yes |
58
58
| <aname="input_assign_public_ip"></a> [assign\_public\_ip](#input\_assign\_public\_ip)| Whether or not to assign a public IP to the task |`bool`|`false`| no |
59
59
| <aname="input_azs"></a> [azs](#input\_azs)| Availability zones |`list(string)`| n/a | yes |
60
+
| <aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| Identifier of the CA certificate for the DB instance |`string`|`null`| no |
60
61
| <aname="input_cluster_arn"></a> [cluster\_arn](#input\_cluster\_arn)| ECS cluster to deploy into |`string`| n/a | yes |
61
62
| <aname="input_command"></a> [command](#input\_command)| Container startup command (Use null if container\_definitions is set) |`list(string)`| n/a | yes |
62
63
| <aname="input_container_definitions"></a> [container\_definitions](#input\_container\_definitions)| A list of valid container definitions provided as a single valid JSON document. By default, this module will generate a container definition for you. If you need to provide your own or have multiple, you can do so here. |`string`|`null`| no |
@@ -73,6 +74,7 @@ You can do this by commenting out the entire module, running a terraform apply,
73
74
| <aname="input_hostname"></a> [hostname](#input\_hostname)| Hostname to use for listener rule |`string`| n/a | yes |
74
75
| <aname="input_listener_arn"></a> [listener\_arn](#input\_listener\_arn)| ALB listener ARN to add listener rule to |`string`| n/a | yes |
75
76
| <aname="input_load_balancer_container_name"></a> [load\_balancer\_container\_name](#input\_load\_balancer\_container\_name)| Container name to use for load balancer target group forwarder |`string`|`null`| no |
77
+
| <aname="input_rds_cluster_engine_version"></a> [rds\_cluster\_engine\_version](#input\_rds\_cluster\_engine\_version)| Database engine version |`string`|`"14.6"`| no |
76
78
| <aname="input_service_name"></a> [service\_name](#input\_service\_name)| Service directory in the application git repo |`string`| n/a | yes |
77
79
| <aname="input_subnets"></a> [subnets](#input\_subnets)| List of subnet names the service will reside on. |`list(string)`| n/a | yes |
78
80
| <aname="input_task_cpu"></a> [task\_cpu](#input\_task\_cpu)| Task CPU |`number`|`1024`| no |
0 commit comments