1
0

feat: added policy attachment to iam role module

This commit is contained in:
xpk
2026-03-31 08:13:10 +08:00
parent c8eba9a6f8
commit 36036bb6f5
4 changed files with 20 additions and 14 deletions
@@ -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