From 50a1c133985dbc65d4c5c129fc97ea508bcc7045 Mon Sep 17 00:00:00 2001 From: Zippo-Wang <852420284@qq.com> Date: Fri, 2 Feb 2024 15:04:58 +0800 Subject: [PATCH] docs(MRS): add flavors corresponds to API document. --- docs/resources/mrs_cluster_v2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/mrs_cluster_v2.md b/docs/resources/mrs_cluster_v2.md index 5bc470cc7..7da7d4a09 100644 --- a/docs/resources/mrs_cluster_v2.md +++ b/docs/resources/mrs_cluster_v2.md @@ -509,6 +509,7 @@ The following arguments are supported: The `nodes` block supports: * `flavor` - (Required, String, ForceNew) Specifies the instance specifications for each nodes in node group. + This field corresponds to `node_size` in the MRS API documentation. Changing this will create a new MRS cluster resource. * `node_number` - (Required, Int) Specifies the number of nodes for the node group.