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