-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove variables for GitHub provider and use GitHub env vars
There is currently an issue with provider config: integrations/terraform-provider-github#876
- Loading branch information
1 parent
17102db
commit c783d95
Showing
2 changed files
with
1 addition
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +0,0 @@ | ||
variable "github_organization" { | ||
type = string | ||
description = "GitHub Organisation to configure" | ||
} | ||
|
||
variable "github_token" { | ||
type = string | ||
description = "GitHub personal access token for managing organisation" | ||
} | ||