Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 397 Bytes

File metadata and controls

18 lines (13 loc) · 397 Bytes

App Installation Example

This example demonstrates authenticating using a GitHub App.

The example will create a repository in the specified organization.

You may use variables passed via command line:

export GITHUB_OWNER=
export GITHUB_APP_ID=
export GITHUB_APP_INSTALLATION_ID=
export GITHUB_APP_PRIVATE_KEY=
terraform apply -var "organization=${GITHUB_ORG}"