fix(terraform): vpp-device files
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / fdio / versions.tf
index 82b792f..fc5a3ab 100644 (file)
@@ -1,9 +1,15 @@
 terraform {
+  backend "consul" {
+    address = "10.30.51.23:8500"
+    scheme  = "http"
+    path    = "terraform/device-csit-shim"
+  }
   required_providers {
     nomad = {
       source  = "hashicorp/nomad"
-      version = ">= 1.4.19"
+      version = ">= 1.4.20"
     }
   }
-  required_version = ">= 1.3.7"
-}
\ No newline at end of file
+  required_version = ">= 1.5.4"
+}
+