@cryptotaxi247 / infra-1 / commits / be0a7df6

bastion: add README

zimbatm committed Sep 14, 2021 at 23:02 UTC be0a7df6307dbdf4ef229cee22c8304ffaf98b8c
1 file changed +17
bastion/README.md new
+17
@@ -0,0 +1,17 @@
1 +# Bastion
2 +
3 +The entry-point to our infra. Welcome.
4 +
5 +## Deploy
6 +
7 +To deploy new changes, use `terraform apply` from a trusted machine.
8 +
9 +## Fallback
10 +
11 +In case terraform is broken, run the `./deploy.sh` script from a NixOS
12 +machine. It depends on `nixos-rebuild` under the hood.
13 +
14 +## Common issues
15 +
16 +* make sure that your system has Nix 2.4+ installed on it.
17 +* make sure that ssh-agent is running and that the bastion key is loaded in it.