Infra: Switch csit-shim to fdiotools
[csit.git] / terraform-ci-infra / 1n_nmd / providers.tf
diff --git a/terraform-ci-infra/1n_nmd/providers.tf b/terraform-ci-infra/1n_nmd/providers.tf
deleted file mode 100644 (file)
index c7e0ad8..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-terraform {
-  required_providers {
-    nomad = {
-      source  = "hashicorp/nomad"
-      version = "~> 1.4.9"
-    }
-    template = {
-      source  = "hashicorp/template"
-      version = "~> 2.1.2"
-    }
-    vault = {
-      version = ">=2.14.0"
-    }
-  }
-  required_version = ">= 0.13"
-}
-
-provider "nomad" {
-  address   = var.nomad_provider_address
-  alias     = "yul1"
-}
\ No newline at end of file