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
@@ -106,7 +108,7 @@ The following arguments are supported:
106
108
107
109
-`acl` - (Optional) List of acl rules, this is cluster's authorized IPs.
108
110
109
-
~> The `acl` block supports:
111
+
~> The `acl` block supports:
110
112
111
113
-`ip` - (Required) The ip range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
112
114
-`description` - (Optional) A text describing this rule. Default description: `Allow IP`
@@ -116,18 +118,22 @@ The following arguments are supported:
116
118
-`private_network` - (Optional) Describes the private network you want to connect to your cluster. If not set, a public network will be provided.
117
119
118
120
~> The `private_network` block supports :
121
+
119
122
-`id` - (Required) The UUID of the private network resource.
120
123
-`service_ips` - (Required) Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
121
124
122
125
~> **Important:** The way to use private networks differs whether you are using redis in standalone or cluster mode.
126
+
123
127
- Standalone mode (`cluster_size` = 1) : you can attach as many private networks as you want (each must be a separate block). If you detach your only private network, your cluster won't be reachable until you define a new private or public network. You can modify your private_network and its specs, you can have both a private and public network side by side.
128
+
124
129
- Cluster mode (`cluster_size` > 1) : you can define a single private network as you create your cluster, you won't be able to edit or detach it afterwards, unless you create another cluster. Your `service_ips` must be listed as follows:
0 commit comments