Skip to content

Commit 667d743

Browse files
committed
test
1 parent 7543acf commit 667d743

File tree

1 file changed

+1
-3
lines changed
  • examples/private-repository-with-team

1 file changed

+1
-3
lines changed

examples/private-repository-with-team/main.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ module "repository" {
3636
archived = false
3737
topics = ["terraform", "integration-test"]
3838

39-
admin_teams = [
40-
var.team_name
41-
]
39+
admin_teams = keys(zipmap([var.team_name], [github_team.team.slug]))
4240

4341
branch_protections = [
4442
{

0 commit comments

Comments
 (0)