A simple way to create a repository in Github with a Terraform module.
Create your repository with the appropriate inputs, please refer to the example. A personal access token is needed from Github which can be set as an environment variable named $TF_VAR_github_token. Run terraform init to initialize your module and providers, then terraform plan and terraform apply to create your desired repository.