mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
* Updates and revert #186 * update readme * update changelog * update changelog
This commit is contained in:
12
variables.tf
12
variables.tf
@@ -204,18 +204,6 @@ variable "local_exec_interpreter" {
|
||||
default = ["/bin/sh", "-c"]
|
||||
}
|
||||
|
||||
variable "cluster_create_security_group" {
|
||||
description = "Whether to create a security group for the cluster or attach the cluster to `cluster_security_group_id`."
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "worker_create_security_group" {
|
||||
description = "Whether to create a security group for the workers or attach the workers to `worker_security_group_id`."
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "worker_create_initial_lifecycle_hooks" {
|
||||
description = "Whether to create initial lifecycle hooks provided in worker groups."
|
||||
type = bool
|
||||
|
||||
Reference in New Issue
Block a user