Add optional permissions_boundary (#265)

* Add optional permissions_boundary

* Update CHANGELOG
This commit is contained in:
Dylan Hellems
2019-02-07 10:38:16 -05:00
committed by Max Williams
parent a23c43caf2
commit a1a1644f80
5 changed files with 9 additions and 0 deletions

View File

@@ -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 = ""
}