Skip to content

Commit

Permalink
Remove unused GitHub repository variables from Terraform configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Arnold committed Feb 19, 2025
1 parent e3cb290 commit fc4c07b
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc4c07b

Please sign in to comment.