feat(terraform): Migrating old structures
[csit.git] / fdio.infra.terraform / 1n_nmd / providers.tf
diff --git a/fdio.infra.terraform/1n_nmd/providers.tf b/fdio.infra.terraform/1n_nmd/providers.tf
deleted file mode 100644 (file)
index 92ddb55..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-provider "nomad" {
-  address = var.nomad_provider_address
-  alias   = "yul1"
-  #  ca_file   = var.nomad_provider_ca_file
-  #  cert_file = var.nomad_provider_cert_file
-  #  key_file  = var.nomad_provider_key_file
-}
-
-provider "vault" {
-  address         = "http://10.30.51.28:8200"
-  skip_tls_verify = true
-  token           = var.token
-}
\ No newline at end of file