aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/terraform-nomad-pyspark-etl/versions.tf
blob: cf67cc25c711275bbff01e7544227b57f59f3f0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
terraform {
  backend "consul" {
    address = "10.30.51.23:8500"
    scheme  = "http"
    path    = "terraform/etl"
  }
  required_providers {
    nomad = {
      source  = "hashicorp/nomad"
      version = ">= 2.3.0"
    }
    vault = {
      version = ">= 4.6.0"
    }
  }
  required_version = ">= 1.10.4"
}