Skip to content

Commit

Permalink
rmeove csvd-evb, update other things for newer providers
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 27, 2026
1 parent a8b0be9 commit 5d9bd93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
repo_description = "Terraform code (account {{ tf_account }} alias {{ tf_account_name }}): {{ tf_account_use }}"
repo_branch_default = "master"
repo_teams = {
"csvd-evb" = "push"
# "csvd-evb" = "push"
"write" = "push"
"read" = "pull"
}
Expand Down Expand Up @@ -150,7 +150,7 @@ resource "github_team" "other_teams" {
name = each.key
description = format("Account-Specific team: %v",each.key)
privacy = "closed"
create_default_maintainer = false
# create_default_maintainer = false
}

resource "github_team_repository" "other_teams" {
Expand Down

0 comments on commit 5d9bd93

Please sign in to comment.