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/cynosdb_cluster.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ The following arguments are supported:
91
91
*`project_id` - (Optional, Int, ForceNew) ID of the project. `0` by default.
92
92
*`ro_group_sg` - (Optional, List: [`String`]) IDs of security group for `ro_group`.
93
93
*`rw_group_sg` - (Optional, List: [`String`]) IDs of security group for `rw_group`.
94
+
*`serverless_status_flag` - (Optional, String) Specify whether to pause or resume serverless cluster. values: `resume`, `pause`.
94
95
*`storage_limit` - (Optional, Int, ForceNew) Storage limit of CynosDB cluster instance, unit in GB. The maximum storage of a non-serverless instance in GB. NOTE: If db_type is `MYSQL` and charge_type is `PREPAID`, the value cannot exceed the maximum storage corresponding to the CPU and memory specifications, when charge_type is `POSTPAID_BY_HOUR`, this argument is unnecessary.
95
96
*`tags` - (Optional, Map) The tags of the CynosDB cluster.
96
97
@@ -126,6 +127,7 @@ In addition to all arguments above, the following attributes are exported:
126
127
*`rw_group_instances` - List of instances in the read-write instance group.
127
128
*`instance_id` - ID of instance.
128
129
*`instance_name` - Name of instance.
130
+
*`serverless_status` - Serverless cluster status. NOTE: This is a readonly attribute, to modify, please set `serverless_status_flag`.
129
131
*`storage_used` - Used storage of CynosDB cluster, unit in MB.
0 commit comments