Skip to content

Commit

Permalink
IAM: Retain region attribute within the Policy object
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni committed Aug 9, 2024
1 parent 08019f0 commit 1d9bede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moto/iam/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def __init__(
):
self.name = name
self.account_id = account_id
self.region = region
self.attachment_count = 0
self.description = description or ""
self.id = random_policy_id()
Expand Down

0 comments on commit 1d9bede

Please sign in to comment.