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 7, 2024
1 parent 02a34ab commit 71fef26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,7 @@ variable "pull_request_bypassers" {
type = list(any)
}

variable create_codeowners {
default = true
type = bool
}

0 comments on commit 71fef26

Please sign in to comment.