Skip to content

Commit

Permalink
Merge pull request #416 from noqdev/fix/issue-406-hub-account-spoke-r…
Browse files Browse the repository at this point in the history
…ole-tags

Fix #406 pass tags arguments to hub account spoke role creation
  • Loading branch information
JonathanLoscalzo committed May 17, 2023
2 parents 964ed15 + 4947d13 commit 61ed269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iambic/plugins/v0_1_0/aws/cloud_formation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ async def create_hub_account_stacks(
stack_name=spoke_role_name,
hub_role_name=hub_role_name,
spoke_role_name=spoke_role_name,
tags=tags,
)

return stack_created
Expand Down

0 comments on commit 61ed269

Please sign in to comment.