Hi, I've using the Github provider with Typescript...
# getting-started
l
Hi, I've using the Github provider with Typescript and I'm attempting to manage Github Org teams, but I'm seeing the following behaviour: • When a new team is created, and the parameter "parentTeamId" is set, the new team is not created as a nested team. • When this new team is manually nested, and I run a
pulumi up
then no changes are seen, but when I make a change to the team, for example by changing the description, then
pulumi up
sees the change (as expected), but then moves the team back to the root (ie. converts nested team back to parent team). Has anyone experienced this behaviour?
I found a possible solution here.
s
It looks like you found something helpful - let us know if you're still stuck!