refactor(terraform): Directory structure
[csit.git] / fdio.infra.terraform / 1n_nmd / etl / fdio / providers.tf
diff --git a/fdio.infra.terraform/1n_nmd/etl/fdio/providers.tf b/fdio.infra.terraform/1n_nmd/etl/fdio/providers.tf
deleted file mode 100644 (file)
index c6617da..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         = var.vault_provider_address
-  skip_tls_verify = var.vault_provider_skip_tls_verify
-  token           = var.vault_provider_token
-}