-
Notifications
You must be signed in to change notification settings - Fork 10
Revert "Add Tim to a team temporarily to trigger plan action." #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Terraform plan in terraform Plan: 0 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# github_team_members.repo_team_members["django-tasks-scheduler"] will be updated in-place
!~ resource "github_team_members" "repo_team_members" {
id = "django-tasks-scheduler"
# (1 unchanged attribute hidden)
- members {
- role = "maintainer" -> null
- username = "tim-schilling" -> null
}
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.📝 Plan generated in Plan org changes and list them in a PR #219 |
|
@cunla I'm starting to wonder if we should just remove the security manager definition from our terraform set up. I wonder if it's having problems due to it being an admin team? I suspect what's about to happen is that the next change will cause this to re-add the permission. |
|
I don't think this has something to do with While every repository has the admins team access, eg, https://github.com/django-commons/django-tasks-scheduler/settings/access Also, I think we need to revisit the admins => superadmins rename.. That might cause issues with TF. |
Do you think it's the terraform github plugin that's causing the problem then? Regarding superadmin, let's have that discussion on the other issue. |
|
@cunla I'm in favor of merging this and seeing what happens next. It doesn't appear that it would dramatically impact things. |
|
can be merged after #340 is merged and applied. |
890d9fa to
d8e13ec
Compare
|
I rebased to try to trigger the plan step again. It was showing the 15 changes and I was worried that would cause a problem when we merged to main. |
|
I think we need to upgrade the terraform we are using as well |
d8e13ec to
eb64c38
Compare
This reverts commit 76671c0.
eb64c38 to
c97f6b2
Compare
This reverts commit 76671c0.
This is a follow-up to #336
This was necessary because the state change from #335 used the wrong ID for the Admins team in the JSON file and I needed to change a tf file to get the plan to be created and applied.