Skip to content

Commit

Permalink
Alias imported team membership resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ringods committed Sep 4, 2023
1 parent 9b34042 commit 6f13b5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/github/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ export function configureOrganizationMembers(memberArgs: Member[], allTeams: Map
{
name: memberInfo.teamMembershipImport
}
] : []
] : [
{
parent: pulumi.rootStackResource
}
]
}
)
}
Expand Down

0 comments on commit 6f13b5d

Please sign in to comment.