feat(terraform): Migrating old structures
[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
deleted file mode 100644 (file)
index 556ddba..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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