fix(etl): Adjust resources
[csit.git] / fdio.infra.terraform / terraform-nomad-pyspark-etl / fdio / versions.tf
1 terraform {
2   backend "consul" {
3     address = "vault.service.consul:8500"
4     scheme  = "http"
5     path    = "terraform/etl"
6   }
7   required_providers {
8     nomad = {
9       source  = "hashicorp/nomad"
10       version = ">= 1.4.16"
11     }
12     vault = {
13       version = ">= 3.2.1"
14     }
15   }
16   required_version = ">= 1.1.4"
17 }