96666e6e89015c0591cebda690c70ffa4cc5727e
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / fdio / main.tf
1 module "vpp-device" {
2   providers = {
3     nomad = nomad.yul1
4   }
5   source = "../"
6
7   # nomad
8   datacenters   = ["yul1"]
9   job_name      = "prod-device-csit-shim"
10   group_count   = "1"
11   cpu           = "1500"
12   memory        = "4096"
13   image_aarch64 = "fdiotools/csit_shim-ubuntu2004:2021_03_02_143938_UTC-aarch64"
14   image_x86_64  = "fdiotools/csit_shim-ubuntu2004:2021_03_04_142103_UTC-x86_64"
15 }