Add option to enable lifecycle hooks creation (#532)

* add option to enable lifecycle hooks creation

* update changelog
This commit is contained in:
Thierno IB. BARRY
2019-09-26 19:40:41 +02:00
committed by GitHub
parent 27e6e3d7a9
commit 186c88a34b
5 changed files with 14 additions and 7 deletions

View File

@@ -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