From fc4c07b93d91d54e7ca31b9fba1a7abb4159dc89 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 18 Feb 2025 18:00:35 -0800 Subject: [PATCH] Remove unused GitHub repository variables from Terraform configuration --- variables.tf | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/variables.tf b/variables.tf index b2bd740..754647a 100644 --- a/variables.tf +++ b/variables.tf @@ -329,42 +329,12 @@ variable "environments" { default = [] } -variable "github_repo_topics" { - description = "List of topics for the repository" - type = list(string) - default = [] -} - variable "license_template" { description = "License template to use for the repository" type = string default = null } -variable "github_has_downloads" { - description = "Enable downloads feature" - type = bool - default = false -} - -variable "github_has_discussions" { - description = "Enable discussions feature" - type = bool - default = false -} - -variable "license_template" { - description = "License template to use for the repository" - type = string - default = null -} - -variable "github_has_downloads" { - description = "Enable downloads feature" - type = bool - default = false -} - variable "github_has_discussions" { description = "Enable discussions feature" type = bool