10
bots/main.tf
Normal file
10
bots/main.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
provider "nomad" {}
|
||||
//Set everything via environment variables
|
||||
|
||||
resource "nomad_job" "singh3" {
|
||||
jobspec = file("./singh3.nomad")
|
||||
purge_on_destroy = true
|
||||
hcl2 {
|
||||
enabled = true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user