bitwarden item credncial

This commit is contained in:
Tomás Limpinho
2025-08-19 12:12:14 +01:00
parent c158fc13d1
commit 7129730e0b
4 changed files with 31 additions and 4 deletions

View File

@ -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
}