feat: remove token variable

This commit is contained in:
vincent 2022-11-29 18:04:09 +01:00
parent 545d426bd3
commit 510e1f14cb
2 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ terraform {
}
}
provider vault {
token = var.vault_token
}
locals {

View File

@ -1,6 +1,3 @@
variable vault_token {
}
variable ldap_bindpass {
type= string
default = null