fix(terraform): vpp-device files
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / fdio / main.tf
index 96666e6..a6217d7 100644 (file)
@@ -6,10 +6,11 @@ module "vpp-device" {
 
   # nomad
   datacenters   = ["yul1"]
-  job_name      = "prod-device-csit-shim"
-  group_count   = "1"
-  cpu           = "1500"
-  memory        = "4096"
+  job_name      = "device-shim"
+  group_count   = 1
+  cpu           = 1500
+  memory        = 4096
   image_aarch64 = "fdiotools/csit_shim-ubuntu2004:2021_03_02_143938_UTC-aarch64"
   image_x86_64  = "fdiotools/csit_shim-ubuntu2004:2021_03_04_142103_UTC-x86_64"
-}
\ No newline at end of file
+}
+