feat: added policy attachment to iam role module
This commit is contained in:
@@ -22,6 +22,12 @@ variable "policies" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "attach-managed-policies" {
|
||||
type = list(string)
|
||||
description = "List of managed policy arns to attach to the role"
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "role-name" {
|
||||
description = "Name of IAM role"
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user