Skip to content

Demo application for managing GitHub resources with Terraform

Notifications You must be signed in to change notification settings

deepsouthdevs/terraform-github-demo

Repository files navigation

terraform-github-demo

Generate a new classic auth token, here

export TF_VAR_github_token='1234'
export TF_VAR_github_org='mygithuborg'

terraform init

terraform plan \
  -var-file ./vars/members.tfvars \
  -var-file ./vars/repositories.tfvars \
  -var-file ./vars/teams.tfvars

terraform apply \
  -var-file ./vars/members.tfvars \
  -var-file ./vars/repositories.tfvars \
  -var-file ./vars/teams.tfvars

Useful links:

About

Demo application for managing GitHub resources with Terraform

Resources

Stars

Watchers

Forks

Languages