Skip to content

Commit b469571

Browse files
tim-schillingcunla
andauthored
Remove the Security team from the organization. (#333)
* Remove the Security team from the organization. This is being replaced by the Admins team who will then identify community members who can help on the specific situation. * Re-add the security team --------- Co-authored-by: Daniel M <cunla@users.noreply.github.com>
1 parent a37b909 commit b469571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/resources-org.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ resource "github_membership" "this" {
2626
# https://registry.terraform.io/providers/integrations/github/latest/docs/resources/organization_security_manager
2727

2828
resource "github_organization_security_manager" "this" {
29-
team_slug = github_team.org_teams["security-team"].slug
29+
team_slug = github_team.org_teams["Admins"].slug
3030
}
3131
# Create the organization teams for Django Commons.
3232
resource "github_team" "org_teams" {

0 commit comments

Comments
 (0)