Skip to content

Commit d5607eb

Browse files
committed
fix bug
1 parent 70ef82f commit d5607eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/github/team.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "github_team" "alz" {
4646

4747
resource "github_team_membership" "alz" {
4848
for_each = var.create_team ? { for approver in local.approvers : approver.login => approver } : {}
49-
team_id = github_team.alz.id
49+
team_id = local.team_id
5050
username = each.value.login
5151
role = "member"
5252
}

0 commit comments

Comments
 (0)