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,28 +108,32 @@ 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
-
-`ip` - (Required) The ip range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
112
-
-`description` - (Optional) A text describing this rule. Default description: `Allow IP`
113
+
-`ip` - (Required) The ip range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
114
+
-`description` - (Optional) A text describing this rule. Default description: `Allow IP`
113
115
114
116
-`settings` - (Optional) Map of settings for redis cluster. Available settings can be found by listing redis versions with scaleway API or CLI
115
117
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 :
119
-
-`id` - (Required) The UUID of the private network resource.
120
-
-`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
+
122
+
-`id` - (Required) The UUID of the private network resource.
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