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
*`node_info_list` - (Required) Node information list, which is used to describe the specification information of various types of nodes in the cluster, such as node type, node quantity, node specification, disk type, and disk size.
49
48
*`password` - (Required) Password to an instance.
50
-
*`subnet_id` - (Required, ForceNew) The ID of a VPC subnetwork.
51
49
*`version` - (Required) Version of the instance. Valid values are `5.6.4`, `6.4.3`, `6.8.2` and `7.5.1`.
52
50
*`vpc_id` - (Required, ForceNew) The ID of a VPC network.
51
+
*`availability_zone` - (Optional, ForceNew) Availability zone. When create multi-az es, this parameter must be omitted.
53
52
*`basic_security_type` - (Optional) Whether to enable X-Pack security authentication in Basic Edition 6.8 and above. Valid values are `1` and `2`. `1` is disabled, `2` is enabled, and default value is `1`.
54
53
*`charge_period` - (Optional, ForceNew) The tenancy of the prepaid instance, and uint is month. NOTE: it only works when charge_type is set to `PREPAID`.
55
54
*`charge_type` - (Optional, ForceNew) The charge type of instance. Valid values are `PREPAID` and `POSTPAID_BY_HOUR`.
@@ -58,6 +57,7 @@ The following arguments are supported:
58
57
*`license_type` - (Optional) License type. Valid values are `oss`, `basic` and `platinum`. The default value is `platinum`.
59
58
*`multi_zone_infos` - (Optional, ForceNew) Details of AZs in multi-AZ deployment mode (which is required when deploy_mode is `1`).
60
59
*`renew_flag` - (Optional, ForceNew) When enabled, the instance will be renew automatically when it reach the end of the prepaid tenancy. Valid values are `RENEW_FLAG_AUTO` and `RENEW_FLAG_MANUAL`. NOTE: it only works when charge_type is set to `PREPAID`.
60
+
*`subnet_id` - (Optional, ForceNew) The ID of a VPC subnetwork. When create multi-az es, this parameter must be omitted.
61
61
*`tags` - (Optional) A mapping of tags to assign to the instance. For tag limits, please refer to [Use Limits](https://intl.cloud.tencent.com/document/product/651/13354).
0 commit comments