From 3688bf752b05aa58b1905e2155aa078b8a88bae3 Mon Sep 17 00:00:00 2001 From: Antonin Date: Thu, 3 Dec 2020 00:41:02 +0100 Subject: [PATCH] fixing `cluster_version` doc --- website/docs/r/cce_cluster_v3.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/cce_cluster_v3.html.md b/website/docs/r/cce_cluster_v3.html.md index c54f3995c..e34390ca3 100644 --- a/website/docs/r/cce_cluster_v3.html.md +++ b/website/docs/r/cce_cluster_v3.html.md @@ -55,7 +55,7 @@ The following arguments are supported: * `cce.t2.medium` - medium-scale HA physical machine cluster (up to 100 nodes). * `cce.t2.large` - large-scale HA physical machine cluster (up to 500 nodes). -* `cluster_version` - (Optional) For the cluster version, possible value is 'v1.11.7-r2','v1.13.10-r0' and 'v1.15.6-r1'. If this parameter is not set, the latest version will be used. +* `cluster_version` - (Optional) For the cluster version, possible values are listed on the [CCE Cluster Version Release Notes](https://docs.prod-cloud-ocb.orange-business.com/usermanual2/cce/cce_01_0068.html). If this parameter is not set, the latest available version will be used. * `cluster_type` - (Required) Cluster Type, possible values are VirtualMachine and BareMetal. Changing this parameter will create a new cluster resource.