fix: 3n-alt missing in regressions and progressions
[csit.git] / fdio.infra.terraform / 1n_nmd / versions.tf
1 terraform {
2   backend "consul" {
3     address = "consul.service.consul:8500"
4     scheme  = "http"
5     path    = "terraform/nomad"
6   }
7   required_providers {
8     nomad = {
9       source  = "hashicorp/nomad"
10       version = "~> 1.4.9"
11     }
12     template = {
13       source  = "hashicorp/template"
14       version = "~> 2.2.0"
15     }
16     vault = {
17       version = ">=2.14.0"
18     }
19   }
20   required_version = ">= 1.0.3"
21 }