mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 07:43:07 +00:00
bitwarden item credncial
This commit is contained in:
@ -20,4 +20,16 @@ variable "vaultwarden_admin_token" {
|
||||
description = "Vaultwarden admin token"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vaultwarden_client_id" {
|
||||
description = "Vaultwarden client id"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "vaultwarden_client_secret" {
|
||||
description = "Vaultwarden client secret"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user