diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-01-03 17:52:31 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-01-03 17:52:31 -0800 |
| commit | bf2ca4d56f3a9b5bd369d757f8fc63598274e53a (patch) | |
| tree | 7bff5cd13b02669fadb76f780c3e48c17b8629b7 /ops/github/README.org | |
| parent | feat: script to delete repositories on GitHub (diff) | |
| download | infra-bf2ca4d56f3a9b5bd369d757f8fc63598274e53a.tar.gz | |
ref: delete terraform configuration for GitHub
I'm not using GitHub for my repositories, and I don't need to maintain
this configuration either.
Diffstat (limited to 'ops/github/README.org')
| -rw-r--r-- | ops/github/README.org | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ops/github/README.org b/ops/github/README.org deleted file mode 100644 index 5906fbd..0000000 --- a/ops/github/README.org +++ /dev/null @@ -1,15 +0,0 @@ -#+TITLE: Managing GitHub with terraform - -This terraform configuration is to manage my GitHub configuration (repositories, projects, branches, etc). - -There's nothing special regarding how to use this repository. - -#+begin_src sh -GITHUB_TOKEN=(pass api/github/terraform) nix run .#ops.github.plan -GITHUB_TOKEN=(pass api/github/terraform) nix run .#ops.github.init -#+end_src - -* Credentials -A token is needed to interact with the API. It's available in =pass= (under =api/github/terraform=). The token needs admin access for repositories and being able to read the user. -* State -The state is stored in a [[https://console.cloud.google.com/storage/browser/world-tf-state/github?project=fcuny-homelab&pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&prefix=&forceOnObjectsSortingFiltering=false][GCS bucket]]. |
