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
+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
@@ -59,7 +59,7 @@ module "memorystore" {
59
59
| read\_replicas\_mode | Read replicas mode. https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#readreplicasmode|`string`|`"READ_REPLICAS_DISABLED"`| no |
60
60
| redis\_configs | The Redis configuration parameters. See [more details](https://cloud.google.com/memorystore/docs/redis/reference/rest/v1/projects.locations.instances#Instance.FIELDS.redis_configs)|`map(any)`|`{}`| no |
61
61
| redis\_version | The version of Redis software. |`string`|`null`| no |
62
-
| region | The GCP region to use. |`string`|`null`|no|
62
+
| region | The GCP region to use. |`string`|n/a|yes|
63
63
| replica\_count | The number of replicas. |`number`|`null`| no |
64
64
| reserved\_ip\_range | The CIDR range of internal addresses that are reserved for this instance. |`string`|`null`| no |
65
65
| secondary\_ip\_range | Optional. Additional IP range for node placement. Required when enabling read replicas on an existing instance. |`string`|`null`| no |
0 commit comments