mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
Add option to enable lifecycle hooks creation (#532)
* add option to enable lifecycle hooks creation * update changelog
This commit is contained in:
committed by
GitHub
parent
27e6e3d7a9
commit
186c88a34b
@@ -210,6 +210,12 @@ variable "worker_create_security_group" {
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "worker_create_initial_lifecycle_hooks" {
|
||||
description = "Whether to create initial lifecycle hooks provided in worker groups."
|
||||
type = bool
|
||||
default = false
|
||||
}
|
||||
|
||||
variable "permissions_boundary" {
|
||||
description = "If provided, all IAM roles will be created with this permissions boundary attached."
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user