* fix typos

* remove unnecessary comment
This commit is contained in:
Hwanjin Jeong
2019-11-19 02:10:53 +09:00
committed by Max Williams
parent a43e44f164
commit a4117177f6
3 changed files with 4 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ variable "cluster_name" {
}
variable "cluster_security_group_id" {
description = "If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the workers"
description = "If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingress/egress to work with the workers"
type = string
default = ""
}
@@ -115,7 +115,7 @@ variable "worker_groups_launch_template" {
}
variable "worker_security_group_id" {
description = "If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingres/egress to work with the EKS cluster."
description = "If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingress/egress to work with the EKS cluster."
type = string
default = ""
}