fix(terraform): vpp-device files
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / fdio / versions.tf
1 terraform {
2   backend "consul" {
3     address = "10.30.51.23:8500"
4     scheme  = "http"
5     path    = "terraform/device-csit-shim"
6   }
7   required_providers {
8     nomad = {
9       source  = "hashicorp/nomad"
10       version = ">= 1.4.20"
11     }
12   }
13   required_version = ">= 1.5.4"
14 }
15