Infra: Configurable CSIT SHIM image
[csit.git] / terraform-ci-infra / 1n_nmd / vpp_device / variables.tf
index ca574e7..893968b 100644 (file)
@@ -28,4 +28,16 @@ variable "csit_shim_mem" {
   description = "CSIT SHIM task memory"
   type        = number
   default     = 10000
+}
+
+variable "csit_shim_image_aarch64" {
+  description = "CSIT SHIM AARCH64 docker image"
+  type        = string
+  default     = "fdiotools/csit_shim-ubuntu2004:prod-aarch64"
+}
+
+variable "csit_shim_image_x86_64" {
+  description = "CSIT SHIM X86_64 docker image"
+  type        = string
+  default     = "fdiotools/csit_shim-ubuntu2004:prod-x86_64"
 }
\ No newline at end of file