mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-09-13 05:12:00 +02:00
chore: update cluster_version description (#1671)
This commit is contained in:
+1
-1
@@ -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