Skip to content

Commit

Permalink
Update github_team_access.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed Oct 29, 2024
1 parent 607e6dc commit 92d216c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion github_team_access.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ resource "github_team_repository" "admin" {
team_id
]
}
}
depends_on = [
github_repository.repo
]
}

0 comments on commit 92d216c

Please sign in to comment.