chore: update cluster_version description (#1671)

This commit is contained in:
Dawid Rogaczewski
2021-11-05 11:12:26 +01:00
committed by GitHub
parent c69c39487b
commit 4e54eaac16
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ variable "cluster_security_group_id" {
}
variable "cluster_version" {
description = "Kubernetes version to use for the EKS cluster."
description = "Kubernetes minor version to use for the EKS cluster (for example 1.21)."
type = string
default = null
}