Skip to content

Commit

Permalink
Fix variable declaration syntax for GitHub Pro account check in varia…
Browse files Browse the repository at this point in the history
…bles.tf
  • Loading branch information
Dave Arnold committed Feb 21, 2025
1 parent 1d18e79 commit 5b67dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,8 @@ variable "require_last_push_approval" {
default = false
}

variable github_pro_enabled {
variable "github_pro_enabled" {
type = bool
default = false
description = "Is this a Github Pro Account? If not, then it's limited in feature set"
}
}

0 comments on commit 5b67dee

Please sign in to comment.