feat: remove token variable
This commit is contained in:
parent
545d426bd3
commit
510e1f14cb
@ -4,7 +4,6 @@ terraform {
|
||||
}
|
||||
}
|
||||
provider vault {
|
||||
token = var.vault_token
|
||||
}
|
||||
|
||||
locals {
|
||||
|
@ -1,6 +1,3 @@
|
||||
variable vault_token {
|
||||
|
||||
}
|
||||
variable ldap_bindpass {
|
||||
type= string
|
||||
default = null
|
||||
|
Loading…
Reference in New Issue
Block a user