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 Oct 28, 2024
1 parent bd07e26 commit f957edf
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 @@ -174,6 +174,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 f957edf

Please sign in to comment.