Add glance as home
This commit is contained in:
@@ -3,6 +3,10 @@ provider "nomad" {
|
||||
address = "http://jaglan-beta-m01:4646"
|
||||
}
|
||||
|
||||
resource "nomad_job" "glance" {
|
||||
jobspec = file("glance.nomad.hcl")
|
||||
}
|
||||
|
||||
resource "nomad_job" "hello_world" {
|
||||
jobspec = file("hello-world.nomad.hcl")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user