aboutsummaryrefslogtreecommitdiff
path: root/ops/github/repositories_public.tf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(ops/github): simplify the configurationFranck Cuny2022-10-091-85/+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.
* feat(ops/github): add notes.fcuny.net and containerd-to-vmFranck Cuny2022-10-041-0/+14
|
* ops(github): terraform configuration to manage GitHubFranck Cuny2022-09-301-0/+71
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.