feat: add sftpgo tofu deploy

This commit is contained in:
cătălin 2024-12-11 14:47:15 +01:00
commit 4ec9a00370
No known key found for this signature in database
2 changed files with 39 additions and 0 deletions

View file

@ -48,3 +48,13 @@ variable "netbird_client_secret" {
description = "Netbird client secret"
type = string
}
variable "sftpgo_client_id" {
description = "SFTPGo client ID"
type = string
}
variable "sftpgo_client_secret" {
description = "SFTPGo client secret"
type = string
}