From e3cb290e6ee223a921e18e38ad3bf5ff0efa2026 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 18 Feb 2025 17:59:01 -0800 Subject: [PATCH] Remove redundant variable definition for GitHub branch update allowance --- variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/variables.tf b/variables.tf index 86fc2fb..b2bd740 100644 --- a/variables.tf +++ b/variables.tf @@ -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({