Skip to content

Commit

Permalink
Remove unused empty variable default values
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Nov 22, 2023
1 parent c519830 commit 0080e50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions variables.fp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
variable "access_token" {
type = string
description = "The GitHub personal access token to authenticate to the GitHub APIs."
default = ""
}

variable "repository_full_name" {
type = string
description = "The full name of the GitHub repository. Examples: turbot/steampipe, turbot/flowpipe"
default = ""
}

0 comments on commit 0080e50

Please sign in to comment.