Merge pull request #284 from tekn0ir/iam_path

Add optional iam_path
This commit is contained in:
Brandon J. O'Connor
2019-03-06 23:09:00 -08:00
committed by GitHub
6 changed files with 17 additions and 0 deletions

View File

@@ -226,3 +226,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 = "/"
}