fix: creating of IAM roles in cf templates
This commit is contained in:
parent
7c1cc01eb9
commit
549bf7a2e2
@ -340,6 +340,7 @@ class Role(BaseModel):
|
||||
permissions_boundary=properties.get("PermissionsBoundary", ""),
|
||||
description=properties.get("Description", ""),
|
||||
tags=properties.get("Tags", {}),
|
||||
max_session_duration=properties.get("MaxSessionDuration", 3600)
|
||||
)
|
||||
|
||||
policies = properties.get("Policies", [])
|
||||
|
Loading…
Reference in New Issue
Block a user