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_assign_public_ip"></a> [assign\_public\_ip](#input\_assign\_public\_ip)| Assign a public IP address to the ENI. |`bool`|`false`| no |
55
55
| <aname="input_cloudwatch_log_group_name"></a> [cloudwatch\_log\_group\_name](#input\_cloudwatch\_log\_group\_name)| The name of the CloudWatch log group. |`string`|`null`| no |
56
+
| <aname="input_cloudwatch_log_group_retention_in_days"></a> [cloudwatch\_log\_group\_retention\_in\_days](#input\_cloudwatch\_log\_group\_retention\_in\_days)| The number of days log events are kept in CloudWatch log group. |`number`|`30`| no |
56
57
| <aname="input_codedeploy_auto_rollback_events"></a> [codedeploy\_auto\_rollback\_events](#input\_codedeploy\_auto\_rollback\_events)| The event type or types that trigger a rollback. If none are defined `auto_rollback` will be disabled. |`list(string)`| <pre>[<br> "DEPLOYMENT_FAILURE",<br> "DEPLOYMENT_STOP_ON_ALARM"<br>]</pre> | no |
57
58
| <aname="input_codedeploy_cloudwatch_alarm_names"></a> [codedeploy\_cloudwatch\_alarm\_names](#input\_codedeploy\_cloudwatch\_alarm\_names)| Cloudwatch alarm NAMES (not ARNs) to add to the deployment group. Allows automated rollback on errors. |`list(string)`|`[]`| no |
58
59
| <aname="input_codedeploy_deployment_config_name"></a> [codedeploy\_deployment\_config\_name](#input\_codedeploy\_deployment\_config\_name)| The name of the group's deployment config. |`string`|`"CodeDeployDefault.ECSAllAtOnce"`| no |
@@ -145,14 +146,14 @@ preconfigured solution for seamless scalability and high availability."
0 commit comments