mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 19:16:50 +02:00
Add optional permissions_boundary (#265)
* Add optional permissions_boundary * Update CHANGELOG
This commit is contained in:
committed by
Max Williams
parent
a23c43caf2
commit
a1a1644f80
@@ -216,3 +216,8 @@ variable "worker_create_security_group" {
|
||||
description = "Whether to create a security group for the workers or attach the workers to `worker_security_group_id`."
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "permissions_boundary" {
|
||||
description = "If provided, all IAM roles will be created with this permissions boundary attached."
|
||||
default = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user