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
@@ -124,7 +123,7 @@ Frequently (quartley at least) check and upgrade:
124
123
| <aname="input_allowed_aws_principals"></a> [allowed\_aws\_principals](#input\_allowed\_aws\_principals)| Optional, list of AWS accounts able to publish via the SNS topic (when creating topic) e.g 123456789012 |`list(string)`|`[]`| no |
125
124
| <aname="input_allowed_aws_services"></a> [allowed\_aws\_services](#input\_allowed\_aws\_services)| Optional, list of AWS services able to publish via the SNS topic (when creating topic) e.g cloudwatch.amazonaws.com |`list(string)`|`[]`| no |
126
125
| <aname="input_cloudwatch_log_group_kms_key_id"></a> [cloudwatch\_log\_group\_kms\_key\_id](#input\_cloudwatch\_log\_group\_kms\_key\_id)| The KMS key id to use for encrypting the cloudwatch log group (default is none) |`string`|`null`| no |
127
-
| <aname="input_cloudwatch_log_group_retention"></a> [cloudwatch\_log\_group\_retention](#input\_cloudwatch\_log\_group\_retention)| The retention period for the cloudwatch log group (for lambda function logs) in days |`string`|`"3"`| no |
126
+
| <aname="input_cloudwatch_log_group_retention"></a> [cloudwatch\_log\_group\_retention](#input\_cloudwatch\_log\_group\_retention)| The retention period for the cloudwatch log group (for lambda function logs) in days |`string`|`"0"`| no |
128
127
| <aname="input_create_sns_topic"></a> [create\_sns\_topic](#input\_create\_sns\_topic)| Whether to create an SNS topic for notifications |`bool`|`false`| no |
129
128
| <aname="input_email"></a> [email](#input\_email)| The configuration for Email notifications | <pre>object({<br> addresses = optional(list(string))<br> # The email addresses to send notifications to<br> })</pre> |`null`| no |
130
129
| <aname="input_enable_slack"></a> [enable\_slack](#input\_enable\_slack)| To send to slack, set to true |`bool`|`false`| no |
0 commit comments