Skip to content

Commit

Permalink
set owner again
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Dec 19, 2024
1 parent 7881057 commit d167707
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/modules/repo_access/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ variable "access" {
}))
}

variable "owner" {
description = "The owner of the GitHub repository (organization or user)"
type = string
default = "birki-sandbox"
}

resource "github_team_repository" "repo_access" {
for_each = { for team in var.access : team.team => team }
repository = var.repo
Expand Down

0 comments on commit d167707

Please sign in to comment.