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
@@ -42,8 +42,9 @@ module "my_cluster" {
42
42
| <aname="input_cluster_version"></a> [cluster_version](#input_cluster_version)| Redis's Cluster version (e.g. `6.2.6`). |`string`|`"7.0.5"`| no |
43
43
| <aname="input_instance_type"></a> [instance_type](#input_instance_type)| Type of Redis Cluster you want to create. |`string`|`"RED1-MICRO"`| no |
44
44
| <aname="input_network_acls"></a> [network_acls](#input_network_acls)| List of acl rules (ie IP addresses authorized to connect to the cluster). |```list(object({ ip = string description = string }))```|```[ { "description": "Allow all", "ip": "0.0.0.0/0" } ]```| no |
45
-
| <aname="input_private_network"></a> [private_network](#input_private_network)| Describes the private network you want to connect to your cluster. If not set, a public network will be provided. |```object({ id = string service_ips = list(string) })```|`null`| no |
45
+
| <aname="input_private_network"></a> [private_network](#input_private_network)| Describes the private network you want to connect to your cluster. If not set, a public network will be provided. |```object({ id = string service_ips = optional(list(string)) })```|`null`| no |
46
46
| <aname="input_project_id"></a> [project_id](#input_project_id)| ID of the project the namespace is associated with. Ressource will be created in the project set at the provider level if null. |`string`|`null`| no |
47
+
| <aname="input_settings"></a> [settings](#input_settings)| Optional map of settings for the Redis™ cluster. Refer to Scaleway API/CLI for valid settings. |`map(string)`|`null`| no |
47
48
| <aname="input_tags"></a> [tags](#input_tags)| Tags associated with the server and dedicated ip address. |`list(string)`|`[]`| no |
48
49
| <aname="input_tls_enabled"></a> [tls_enabled](#input_tls_enabled)| Whether TLS is enabled or not. |`bool`|`true`| no |
49
50
| <aname="input_zone"></a> [zone](#input_zone)| The zone in which the Redis Cluster should be created. Ressource will be created in the zone set at the provider level if null. |`string`|`null`| no |
0 commit comments