82b792fd72d52f05cb9400f452d743a2bbe31a7b
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / fdio / versions.tf
1 terraform {
2   required_providers {
3     nomad = {
4       source  = "hashicorp/nomad"
5       version = ">= 1.4.19"
6     }
7   }
8   required_version = ">= 1.3.7"
9 }