Terraform: Nomad resource definitions
[csit.git] / resources / tools / terraform / 1n_nmd / prod_vpp_device / resources.tf
diff --git a/resources/tools/terraform/1n_nmd/prod_vpp_device/resources.tf b/resources/tools/terraform/1n_nmd/prod_vpp_device/resources.tf
new file mode 100644 (file)
index 0000000..8dc101c
--- /dev/null
@@ -0,0 +1,9 @@
+resource "nomad_job" "prod_csit_shim_arm" {
+  provider = nomad
+  jobspec  = file("${path.module}/prod_csit_shim_arm.nomad")
+}
+
+resource "nomad_job" "prod_csit_shim_amd" {
+  provider = nomad
+  jobspec  = file("${path.module}/prod_csit_shim_amd.nomad")
+}
\ No newline at end of file