We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7543acf commit 667d743Copy full SHA for 667d743
examples/private-repository-with-team/main.tf
@@ -36,9 +36,7 @@ module "repository" {
36
archived = false
37
topics = ["terraform", "integration-test"]
38
39
- admin_teams = [
40
- var.team_name
41
- ]
+ admin_teams = keys(zipmap([var.team_name], [github_team.team.slug]))
42
43
branch_protections = [
44
{
0 commit comments