Skip to content

Example of using GH terraform provider to manage org repos

Notifications You must be signed in to change notification settings

kremmydas/terraform-github

 
 

Repository files navigation

GitHub resources with Terraform

This module defines the following GitHub related resources,

  • repositories
  • teams
  • members

It requires a terraform.tfvars with the following variables:

github_token = "XXX" // Personal access token
github_owner = "XXX" // Organization name

About

Example of using GH terraform provider to manage org repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%