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: modules/valkey/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ module "valkey_cluster" {
53
53
| network\_project | project ID of the consumer network where the network address of the discovery endpoint will be reserved. Required for Shared VPC host |`string`|`null`| no |
54
54
| node\_type | The nodeType for the valkey cluster. Possible values are: SHARED\_CORE\_NANO, HIGHMEM\_MEDIUM, HIGHMEM\_XLARGE, STANDARD\_SMALL |`string`|`null`| no |
| project | The ID of the project in which the resource belongs to. |`string`| n/a | yes |
56
+
| project\_id| The ID of the project in which the resource belongs to. |`string`| n/a | yes |
57
57
| replica\_count | Number of replica nodes per shard. If omitted the default is 0 replicas |`number`|`0`| no |
58
58
| service\_connection\_policies | The Service Connection Policies to create. Required to create service connection policy. Not needed if service connection policy already exist | <pre>map(object({<br> subnet_names = list(string)<br> description = optional(string)<br> limit = optional(number)<br> labels = optional(map(string), {})<br> }))</pre> |`{}`| no |
59
59
| shard\_count | Number of shards for the instance |`number`|`3`| no |
0 commit comments