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
@@ -185,6 +185,7 @@ Here are some examples of how you can use this module in your inventory structur
185
185
| replication\_enabled | (Redis only) Enabled or disabled replication\_group for redis standalone instance. |`bool`|`false`| no |
186
186
| replication\_group\_id | The replication group identifier This parameter is stored as a lowercase string. |`string`|`""`| no |
187
187
| repository | Terraform current module repo |`string`|`"https://github.com/clouddrove/terraform-aws-elasticache"`| no |
188
+
| retention\_in\_days | Specifies the number of days you want to retain log events in the specified log group. |`number`|`0`| no |
188
189
| security\_group\_ids | One or more VPC security groups associated with the cache cluster. |`list`|`[]`| no |
189
190
| security\_group\_names | A list of cache security group names to associate with this replication group. |`any`|`null`| no |
190
191
| snapshot\_arns | A single-element string list containing an Amazon Resource Name (ARN) of a Redis RDB snapshot file stored in Amazon S3. |`any`|`null`| no |
0 commit comments