a319c3590868194bc4c5e4eb27ceee6920d1c5b2
[csit.git] / fdio.infra.terraform / terraform-nomad-vpp-device / 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 }