Skip to content

Commit 0ebead4

Browse files
IAM: Retain region attribute within the Policy object
1 parent cc1e6d2 commit 0ebead4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moto/iam/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def __init__(
174174
):
175175
self.name = name
176176
self.account_id = account_id
177+
self.region = region
177178
self.attachment_count = 0
178179
self.description = description or ""
179180
self.id = random_policy_id()

0 commit comments

Comments
 (0)