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

Merge branch 'master' into add-destroy-time-flag

This commit is contained in:
Tomislav Tomašić
2019-11-20 13:08:06 +00:00
committed by GitHub
5 changed files with 20 additions and 10 deletions
+2 -2
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 = ""
}