diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-04 17:50:11 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-04 17:50:11 -0700 |
| commit | 255538c32e10e5dac29cac39a28ce499227f067f (patch) | |
| tree | 2ece731263ebe6fc40e37a32f8ad5af969d3aed2 /ops/github/README.org | |
| parent | ref(tools/ssh-key-to-forge): replaced by gh-ssh-keys (diff) | |
| download | infra-255538c32e10e5dac29cac39a28ce499227f067f.tar.gz | |
ops(terraform): individual actions for init/plan/apply
Don't do all of these actions together, instead provide helpers for both
init, plan, and apply.
Diffstat (limited to 'ops/github/README.org')
| -rw-r--r-- | ops/github/README.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/github/README.org b/ops/github/README.org index 86c664a..5906fbd 100644 --- a/ops/github/README.org +++ b/ops/github/README.org @@ -5,8 +5,8 @@ This terraform configuration is to manage my GitHub configuration (repositories, There's nothing special regarding how to use this repository. #+begin_src sh -GITHUB_TOKEN=(pass api/github/terraform) terraform plan -GITHUB_TOKEN=(pass api/github/terraform) terraform apply +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 |
