mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 03:41:05 +01:00
Add optional iam_path
This commit is contained in:
@@ -221,3 +221,8 @@ variable "permissions_boundary" {
|
||||
description = "If provided, all IAM roles will be created with this permissions boundary attached."
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "iam_path" {
|
||||
description = "If provided, all IAM roles will be created on this path."
|
||||
default = "/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user