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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ 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
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 |
46
47
| <aname="input_tags"></a> [tags](#input_tags)| Tags associated with the server and dedicated ip address. |`list(string)`|`[]`| no |
47
48
| <aname="input_tls_enabled"></a> [tls_enabled](#input_tls_enabled)| Whether TLS is enabled or not. |`bool`|`true`| no |
0 commit comments