feat(terraform): Refactor vault backend
[csit.git] / fdio.infra.terraform / 1n_nmd / vault-aws-secret-backend / variables.tf
index df75298..2545345 100644 (file)
@@ -11,13 +11,7 @@ variable "aws_secret_key" {
 }
 
 variable "name" {
-  default     = "dynamic-aws-creds-vault-fdio"
+  default     = "dynamic-aws-creds-vault"
   description = "Vault path"
   type        = string
 }
-
-variable "token" {
-  description = "Vault root token"
-  type        = string
-  sensitive   = true
-}