Create the file terraform.tfvars
containing your secrets:
github_token = ""
Before using it for the first time you would need to run:
terraform init
For reviewing and deploying future changes:
terraform plan
terraform apply
terraform import module.repositories.module.terraform-github-template.github_repository.repo terraform-github-template
terraform import module.repositories.module.terraform-github-template.github_branch.default terraform-github-template:master
terraform import module.repositories.module.terraform-github-template.github_branch_default.default terraform-github-template