Create dummy module
This commit is contained in:
commit
1c94485587
7 changed files with 156 additions and 0 deletions
4
modules/dummy/main.tf
Normal file
4
modules/dummy/main.tf
Normal file
|
@ -0,0 +1,4 @@
|
|||
resource "nomad_job" "dummy" {
|
||||
jobspec = file("${path.module}/jobspec.json")
|
||||
json = true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue