Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit fe65a5f

Browse files
authored
fix: clean up non used variables in examples (#1416)
1 parent 4617261 commit fe65a5f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

examples/default/variables.tf

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
variable "github_app_key_base64" {}
33

44
variable "github_app_id" {}
5-
6-
variable "github_app_client_id" {}
7-
8-
variable "github_app_client_secret" {}

examples/ubuntu/variables.tf

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
variable "github_app_key_base64" {}
33

44
variable "github_app_id" {}
5-
6-
variable "github_app_client_id" {}
7-
8-
variable "github_app_client_secret" {}

0 commit comments

Comments
 (0)