refactor(terraform): Directory structure
[csit.git] / fdio.infra.terraform / 1n_nmd / prometheus / fdio / versions.tf
diff --git a/fdio.infra.terraform/1n_nmd/prometheus/fdio/versions.tf b/fdio.infra.terraform/1n_nmd/prometheus/fdio/versions.tf
deleted file mode 100644 (file)
index f83709d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-terraform {
-  backend "consul" {
-    address = "10.32.8.14:8500"
-    scheme  = "http"
-    path    = "terraform/prometheus"
-  }
-  required_providers {
-    nomad = {
-      source  = "hashicorp/nomad"
-      version = ">= 1.4.16"
-    }
-    vault = {
-      version = ">= 3.2.1"
-    }
-  }
-  required_version = ">= 1.1.4"
-}
\ No newline at end of file