Fix minor syntax error
All checks were successful
/ dev-shell (push) Successful in 18s
/ rust-packages (push) Successful in 23s
/ check (push) Successful in 42s
/ terraform-providers (push) Successful in 10s

This commit is contained in:
Kaare Hoff Skovgaard 2025-07-08 16:47:32 +02:00
parent 11e64a4267
commit 85f2b6c295
Signed by: khs
GPG key ID: C7D890804F01E9F0

View file

@ -11,7 +11,7 @@ When running on a desktop machine, simply running `nixos-install` as per usual s
To provision the cloud resources needed, the following can be run: To provision the cloud resources needed, the following can be run:
```bash ```bash
nix run '.#create-instance` -- <hostname> nix run '.#create-instance' -- <hostname>
``` ```
This will run the `provision.pre` terraform code to ensure the cloud resources are created as needed, on either hetzner or openstack. It should also select the appropriate secrets backend to fetch secrets from. In general every server should use `vault` (OpenBAO) as the backend, except for the server hosting OpenBAO. This will run the `provision.pre` terraform code to ensure the cloud resources are created as needed, on either hetzner or openstack. It should also select the appropriate secrets backend to fetch secrets from. In general every server should use `vault` (OpenBAO) as the backend, except for the server hosting OpenBAO.