Files
nomadfiles/bots/main.tf
Amneesh Singh f3e0b2271a initial commit
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-03-29 08:46:30 +05:30

11 lines
191 B
HCL

provider "nomad" {}
//Set everything via environment variables
resource "nomad_job" "singh3" {
jobspec = file("./singh3.nomad")
purge_on_destroy = true
hcl2 {
enabled = true
}
}