1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Add optional iam_path

This commit is contained in:
Anders Åslund
2019-02-25 10:41:04 +01:00
parent 87114b0bd0
commit 3728299161
6 changed files with 17 additions and 0 deletions
+5
View File
@@ -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 = "/"
}