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
Description: "The memory volume of an available instance(in MB), please refer to tencentcloud_redis_zone_config.list[zone].mem_sizes.",
125
+
Description: "The memory volume of an available instance(in MB), please refer to tencentcloud_redis_zone_config.list[zone].mem_sizes. When Redis is standard type, it represents total memory size of the instance; when Redis is cluster type, it represents memory size of per sharding.",
126
126
},
127
127
"vpc_id": {
128
128
Type: schema.TypeString,
@@ -451,13 +451,13 @@ func resourceTencentCloudRedisInstanceRead(d *schema.ResourceData, meta interfac
*`availability_zone` - (Required, ForceNew) The available zone ID of an instance to be created, please refer to tencentcloud_redis_zone_config.list.
37
-
*`mem_size` - (Required) The memory volume of an available instance(in MB), please refer to tencentcloud_redis_zone_config.list[zone].mem_sizes.
37
+
*`mem_size` - (Required) The memory volume of an available instance(in MB), please refer to tencentcloud_redis_zone_config.list[zone].mem_sizes. When Redis is standard type, it represents total memory size of the instance; when Redis is cluster type, it represents memory size of per sharding.
38
38
*`password` - (Required) Password for a Redis user, which should be 8 to 16 characters.
39
39
*`charge_type` - (Optional, ForceNew) The charge type of instance. Valid values: `PREPAID` and `POSTPAID`. Default value is `POSTPAID`. Note: TencentCloud International only supports `POSTPAID`. Caution that update operation on this field will delete old instances and create new with new charge type.
40
40
*`force_delete` - (Optional) Indicate whether to delete Redis instance directly or not. Default is false. If set true, the instance will be deleted instead of staying recycle bin. Note: only works for PREPAID instance.
0 commit comments