Skip to content

Commit

Permalink
fix: clean up non used variables in examples (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 18, 2021
1 parent 4617261 commit fe65a5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/default/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
variable "github_app_key_base64" {}

variable "github_app_id" {}

variable "github_app_client_id" {}

variable "github_app_client_secret" {}
4 changes: 0 additions & 4 deletions examples/ubuntu/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
variable "github_app_key_base64" {}

variable "github_app_id" {}

variable "github_app_client_id" {}

variable "github_app_client_secret" {}

0 comments on commit fe65a5f

Please sign in to comment.