aboutsummaryrefslogtreecommitdiff
path: root/ops/github/repositories_private.tf (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-09ref(ops/github): simplify the configurationFranck Cuny1-288/+0
Move all the repositories in a YAML file, instead of declaring each repository. This will simplify the management as I'll be introducing more resources to manage my repositories.
2022-10-08feat(ops/github): add the repository twitter-backupFranck Cuny1-0/+14
2022-10-08ref(tools/govanity): moved back to its own repositoryFranck Cuny1-0/+14
It's back at https://github.com/fcuny/govanity
2022-10-04feat(ops/github): add notes.fcuny.net and containerd-to-vmFranck Cuny1-0/+14
2022-10-04feat(ops/github): add repository for fcuny.netFranck Cuny1-0/+14
2022-10-02feat(ops/github): new repository: gh-ssh-keysFranck Cuny1-0/+14
2022-09-30ops(github): terraform configuration to manage GitHubFranck Cuny1-0/+218
Import current GitHub repositories into terraform. This should be the main way (going forward) to interact with GitHub to create / manage the repositories and ensuring I'm consistent in the ways I want to use it.