Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 655 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 655 Bytes

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: