Skip to content

Commit

Permalink
chore: set github enterprise default to null (see reason in PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
oycyc authored Dec 25, 2024
1 parent 507f296 commit 9f51e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ variable "github_enterprise" {
id = optional(string)
})
description = "The GitHub VCS settings"
default = null
}

variable "repository" {
Expand Down

0 comments on commit 9f51e4e

Please sign in to comment.