refactor(terraform): Directory structure
[csit.git] / fdio.infra.terraform / 1n_nmd / vault-aws-secret-backend / fdio / variables.tf
diff --git a/fdio.infra.terraform/1n_nmd/vault-aws-secret-backend/fdio/variables.tf b/fdio.infra.terraform/1n_nmd/vault-aws-secret-backend/fdio/variables.tf
deleted file mode 100644 (file)
index e36ed08..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-variable "vault_provider_address" {
-  description = "Vault cluster address."
-  type        = string
-  default     = "http://10.30.51.28:8200"
-}
-
-variable "vault_provider_skip_tls_verify" {
-  description = "Verification of the Vault server's TLS certificate"
-  type        = bool
-  default     = false
-}
-
-variable "vault_provider_token" {
-  description = "Vault root token"
-  type        = string
-  sensitive   = true
-}