Terraform: csit-shim refactor
[csit.git] / resources / tools / terraform / 1n_nmd / prod_vpp_device / resources.tf
index 8dc101c..dace909 100644 (file)
@@ -1,9 +1,4 @@
-resource "nomad_job" "prod_csit_shim_arm" {
+resource "nomad_job" "prod_csit_shim" {
   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")
+  jobspec  = file("${path.module}/prod_csit_shim.nomad")
 }
\ No newline at end of file