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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [linkedin](http
89
89
| description | The description of the all resources. |`string`|`"Managed by Terraform"`| no |
90
90
| engine\_version | The version number of the cache engine to be used for the cache clusters in this replication group. |`string`|`"5.0.6"`| no |
91
91
| family | The family of the ElastiCache parameter group. |`string`|`"redis5.0"`| no |
92
+
| ingress\_self | Specify whether the security group itself will be added as a source to the ingress rule. |`bool`|`false`| no |
92
93
| ingress\_cidr\_blocks | List of Ingress CIDR blocks. |`list(string)`|`[]`| no |
93
94
| kms\_key\_id | The ARN of the key that you wish to use if encrypting at rest. If not supplied, uses service managed encryption. Can be specified only if `at_rest_encryption_enabled = true`|`string`|`""`| no |
94
95
| maintenance\_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. |`string`|`""`| no |
0 commit comments