Skip to content

Commit dd8b4a1

Browse files
authored
Merge pull request #584 from codybswaney/main
Use supported k8s version for lke_cluster doc
2 parents 57028c2 + c45bd27 commit dd8b4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/lke_cluster.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following arguments are supported:
5555

5656
* `label` - (Required) This Kubernetes cluster's unique label.
5757

58-
* `k8s_version` - (Required) The desired Kubernetes version for this Kubernetes cluster in the format of `major.minor` (e.g. `1.17`), and the latest supported patch version will be deployed.
58+
* `k8s_version` - (Required) The desired Kubernetes version for this Kubernetes cluster in the format of `major.minor` (e.g. `1.21`), and the latest supported patch version will be deployed.
5959

6060
* `region` - (Required) This Kubernetes cluster's location.
6161

0 commit comments

Comments
 (0)