Skip to content

Commit

Permalink
oss
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Dec 27, 2023
1 parent 39706b1 commit 4eb82a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/github.com/team.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ resource "github_repository_collaborators" "cvm" {
permission = "push"
username = data.github_user.python.username
}

user {
permission = "pull"
username = data.github_user.solver_1.username
}
}

resource "github_repository_collaborators" "composable" {
Expand Down
6 changes: 6 additions & 0 deletions terraform/github.com/users.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ data "github_user" "mantis" {
data "github_user" "python" {
username = "raserhin"
}


data "github_user" "solver_1" {
username = "0xd4t0r"
}

0 comments on commit 4eb82a3

Please sign in to comment.