Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HappyPathway/terraform-github-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed May 17, 2024
2 parents cf6c1fb + 2065c48 commit f63bb9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions collaborators.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ resource "github_repository_collaborator" "collaborators" {
repository = github_repository.repo.name
username = each.key
permission = each.value
lifecycle {
ignore_changes = [
permission
]
}
}
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "github_codeowners_team" {
}

variable "github_repo_description" {
default = "Terraform Workspace"
default = null
}

variable "github_repo_topics" {
Expand Down

0 comments on commit f63bb9c

Please sign in to comment.