aboutsummaryrefslogtreecommitdiffstats
path: root/terraform-ci-infra/1n_nmd/vpp_device/resources.tf
blob: dace9094f2be34a47a080205afa6d58b88df5ed0 (plain)
1
2
3
4
resource "nomad_job" "prod_csit_shim" {
  provider = nomad
  jobspec  = file("${path.module}/prod_csit_shim.nomad")
}