aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_nmd/vpp_device/versions.tf
blob: b80610a5255d871f5511d82a7e7a9b1dcc262db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
terraform {
  required_providers {
    nomad = {
      source  = "hashicorp/nomad"
      version = "~> 1.4.15"
    }
    template = {
      source  = "hashicorp/template"
      version = "~> 2.2.0"
    }
  }
  required_version = ">= 1.0.3"
}