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
+1
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ You can do this by commenting out the entire module, running a terraform apply,
74
74
| <aname="input_hostname"></a> [hostname](#input\_hostname)| Hostname to use for listener rule |`string`| n/a | yes |
75
75
| <aname="input_listener_arn"></a> [listener\_arn](#input\_listener\_arn)| ALB listener ARN to add listener rule to |`string`| n/a | yes |
76
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 |
77
78
| <aname="input_service_name"></a> [service\_name](#input\_service\_name)| Service directory in the application git repo |`string`| n/a | yes |
78
79
| <aname="input_subnets"></a> [subnets](#input\_subnets)| List of subnet names the service will reside on. |`list(string)`| n/a | yes |
79
80
| <aname="input_task_cpu"></a> [task\_cpu](#input\_task\_cpu)| Task CPU |`number`|`1024`| no |
0 commit comments