Managing the list of TeamRepository resources #160
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/enhancement
Improvements or new features
kind/question
Questions about existing features
resolution/by-design
This issue won't be fixed because the functionality is working as designed
Suppose I have:
Now suppose I give the
core
teammaintain
access to the respository, using Pulumi. Something like this:I can run
pulumi up
and the "Manage access" tab shows the right thing. 👌🏼Suppose, however, someone then goes to that tab and manually adds the "committers" team to the repo too. Is there any way to detect this, and fix (i.e. remove that access) it using my Pulumi program?
I'm new to Pulimi / Terraform, so I might be missing something obvious, but I don't see a way, based on the API, to declare the list of TeamRepositories, only declare individual ones.
The text was updated successfully, but these errors were encountered: