Simple GitHub repository with modules in Terraform (demo)
Set up GitHub provider with environment variables and apply:
export GITHUB_TOKEN=<YOUR_TOKEN>
export GITHUB_ORGANIZATION=<YOUR_ORGANIZATION_NAME> # Optional
terraform apply
There are some problems with GitHub provider since the GitHub took ownership of that. See Github issue on that.