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
*`average_item_size_in_bytes` - (Optional) Relevant only to ram-and-flash clusters. Estimated average size (measured in bytes)
126
124
of the items stored in the database. Default: 1000
127
-
*`source_ips` - (Optional) Set of CIDR addresses to allow access to the database. Defaults to allowing traffic.
125
+
*`source_ips` - (Optional) List of source IP addresses or subnet masks. If specified, Redis clients will be able to connect to this database only from within the specified source IP addresses ranges (example: [‘192.168.10.0/32’, ‘192.168.12.0/24’])
128
126
*`hashing_policy` - (Optional) List of regular expression rules to shard the database by. See
129
127
[the documentation on clustering](https://docs.redislabs.com/latest/rc/concepts/clustering/) for more information on the
130
128
hashing policy. This cannot be set when `support_oss_cluster_api` is set to true.
131
129
*`enable_tls` - (Optional) Use TLS for authentication. Default: ‘false’
132
130
133
131
The `alert` block supports:
134
132
135
-
*`name` (Required) Alert name
136
-
*`value` (Required) Alert value
133
+
*`name` (Required) - Alert name
134
+
*`value` (Required) - Alert value
137
135
138
-
The `modules`attribute supports:
136
+
The `modules`list supports:
139
137
140
-
*`name` (Required) Name of the Redis Labs database module to enable
138
+
*`name` (Required) - Name of the Redis database module to enable
141
139
142
140
Example:
143
141
@@ -170,6 +168,6 @@ The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/l
170
168
`rediscloud_subscription_database` can be imported using the ID of the subscription and the ID of the database in the format {subscription ID}/{database ID}, e.g.
0 commit comments