refactor(terraform): Directory structure
[csit.git] / fdio.infra.terraform / 1n_nmd / vault-aws-secret-backend / variables.tf
diff --git a/fdio.infra.terraform/1n_nmd/vault-aws-secret-backend/variables.tf b/fdio.infra.terraform/1n_nmd/vault-aws-secret-backend/variables.tf
deleted file mode 100644 (file)
index 2545345..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-variable "aws_access_key" {
-  description = "AWS access key"
-  type        = string
-  sensitive   = true
-}
-
-variable "aws_secret_key" {
-  description = "AWS secret key"
-  type        = string
-  sensitive   = true
-}
-
-variable "name" {
-  default     = "dynamic-aws-creds-vault"
-  description = "Vault path"
-  type        = string
-}