Code Review
/
csit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Terraform: Nomad resource definitions
[csit.git]
/
resources
/
tools
/
terraform
/
1n_nmd
/
prod_vpp_device
/
resources.tf
1
resource "nomad_job" "prod_csit_shim_arm" {
2
provider = nomad
3
jobspec = file("${path.module}/prod_csit_shim_arm.nomad")
4
}
5
6
resource "nomad_job" "prod_csit_shim_amd" {
7
provider = nomad
8
jobspec = file("${path.module}/prod_csit_shim_amd.nomad")
9
}