feat(Terraform): Minio S3 gateway proxy
[csit.git] / fdio.infra.terraform / 1n_nmd / versions.tf
diff --git a/fdio.infra.terraform/1n_nmd/versions.tf b/fdio.infra.terraform/1n_nmd/versions.tf
new file mode 100644 (file)
index 0000000..556ddba
--- /dev/null
@@ -0,0 +1,21 @@
+terraform {
+  backend "consul" {
+    address = "consul.service.consul:8500"
+    scheme  = "http"
+    path    = "terraform/nomad"
+  }
+  required_providers {
+    nomad = {
+      source  = "hashicorp/nomad"
+      version = "~> 1.4.9"
+    }
+    template = {
+      source  = "hashicorp/template"
+      version = "~> 2.2.0"
+    }
+    vault = {
+      version = ">=2.14.0"
+    }
+  }
+  required_version = ">= 1.0.3"
+}
\ No newline at end of file