document nomad options

This commit is contained in:
Kiara Grouwstra 2024-01-23 22:11:38 +01:00
parent 95c29fdf92
commit bf99a6b76c
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@ in
provider.nomad.address = "${lib.tfRef "var.nomad_host"}:4646";
# https://github.com/tristanpemble/nix-nomad
# https://tristanpemble.github.io/nix-nomad/
# keys: https://tristanpemble.github.io/nix-nomad/
# vals: https://developer.hashicorp.com/nomad/api-docs/json-jobs
# https://github.com/hetznercloud/csi-driver/blob/main/docs/nomad/README.md#getting-started
job = {
bar = {
@ -37,6 +37,7 @@ in
};
};
# https://registry.terraform.io/providers/hashicorp/nomad/latest/docs/
resource = {
nomad_job.foo = {