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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,7 @@ No modules.
147
147
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| List of VPC Subnet IDs for the cache subnet group. |`list(string)`| n/a | yes |
148
148
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to all resources. |`map(string)`|`{}`| no |
149
149
| <aname="input_transit_encryption_enabled"></a> [transit\_encryption\_enabled](#input\_transit\_encryption\_enabled)| Whether to enable encryption in transit. |`bool`|`true`| no |
150
+
| <aname="input_user_group_ids"></a> [user\_group\_id](#input\_user\_group\_id)| User Group ID to associate with the replication group. |`list(string)`| n/a | no |
150
151
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| VPC Id to associate with Redis ElastiCache. |`string`| n/a | yes |
description="Enables data tiering. Data tiering is only supported for replication groups using the r6gd node type. This parameter must be set to true when using r6gd nodes."
228
228
}
229
+
variable"user_group_ids" {
230
+
type=list(string)
231
+
default=null
232
+
description="User Group ID to associate with the replication group"
0 commit comments