Skip to content

Commit

Permalink
delete depends
Browse files Browse the repository at this point in the history
  • Loading branch information
onokatio committed Jan 5, 2023
1 parent c268c6e commit 2894835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion team-score-dev.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ resource "github_team_repository" "score-dev-ictsc-score-server" {
// Team Members
resource "github_team_membership" "score-dev-uplus" {
team_id = github_team.score-dev.id
username = github_membership.uplus.username
username = "uplus"
role = "maintainer"
}

0 comments on commit 2894835

Please sign in to comment.