mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-01 12:54:29 +02:00
chore: update cluster_version description (#1671)
This commit is contained in:
committed by
GitHub
parent
c69c39487b
commit
4e54eaac16
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user