Skip to content

Commit

Permalink
Remove redundant variable definition for GitHub branch update allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent 764b252 commit e3cb290
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -401,12 +401,6 @@ variable "github_allow_update_branch" {
default = true
}

variable "github_allow_update_branch" {
description = "Allow updating pull request branches"
type = bool
default = true
}

variable "pages_config" {
description = "Configuration for GitHub Pages"
type = object({
Expand Down

0 comments on commit e3cb290

Please sign in to comment.