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: website/docs/r/redis_instance.html.markdown
+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
@@ -79,7 +79,7 @@ The following arguments are supported:
79
79
*`prepaid_period` - (Optional) The tenancy (time unit is month) of the prepaid instance, NOTE: it only works when charge_type is set to `PREPAID`. Valid values are `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, `24`, `36`.
80
80
*`project_id` - (Optional) Specifies which project the instance should belong to.
81
81
*`redis_replicas_num` - (Optional) The number of instance copies. This is not required for standalone and master slave versions.
82
-
*`redis_shard_num` - (Optional, ForceNew) The number of instance shard. This is not required for standalone and master slave versions.
82
+
*`redis_shard_num` - (Optional) The number of instance shard, default is 1. This is not required for standalone and master slave versions.
83
83
*`replica_zone_ids` - (Optional) ID of replica nodes available zone. This is not required for standalone and master slave versions.
84
84
*`replicas_read_only` - (Optional, ForceNew) Whether copy read-only is supported, Redis 2.8 Standard Edition and CKV Standard Edition do not support replica read-only, turn on replica read-only, the instance will automatically read and write separate, write requests are routed to the primary node, read requests are routed to the replica node, if you need to open replica read-only, the recommended number of replicas >=2.
85
85
*`security_groups` - (Optional, ForceNew) ID of security group. If both vpc_id and subnet_id are not set, this argument should not be set either.
0 commit comments