1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

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
+1 -1
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
}