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: modules/log-group/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ No modules.
33
33
| <aname="input_log_group_class"></a> [log\_group\_class](#input\_log\_group\_class)| Specified the log class of the log group. Possible values are: STANDARD or INFREQUENT\_ACCESS |`string`|`null`| no |
34
34
| <aname="input_name"></a> [name](#input\_name)| A name for the log group |`string`|`null`| no |
35
35
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| A name prefix for the log group |`string`|`null`| no |
36
-
| <aname="input_retention_in_days"></a> [retention\_in\_days](#input\_retention\_in\_days)| Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. |`number`|`null`| no |
36
+
| <aname="input_retention_in_days"></a> [retention\_in\_days](#input\_retention\_in\_days)| Specifies the number of days you want to retain log events in the specified log group. Possible values are: 0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288 and 3653. |`number`|`null`| no |
37
37
| <aname="input_skip_destroy"></a> [skip\_destroy](#input\_skip\_destroy)| Set to true if you do not wish the log group (and any logs it may contain) to be deleted at destroy time, and instead just remove the log group from the Terraform state |`bool`|`null`| no |
38
38
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to Cloudwatch log group |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: modules/log-group/variables.tf
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ variable "name_prefix" {
17
17
}
18
18
19
19
variable"retention_in_days" {
20
-
description="Specifies the number of days you want to retain log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653."
20
+
description="Specifies the number of days you want to retain log events in the specified log group. Possible values are: 0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288 and 3653."
0 commit comments