Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold authored and GitHub committed May 14, 2024
1 parent 3724b99 commit 3e83f43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,9 @@ variable "create_codeowners" {
variable "enforce_prs" {
default = true
type = bool
}
}

variable collaborators {
type = map(string)
description = "list of repo callaborators"
}

0 comments on commit 3e83f43

Please sign in to comment.