feat: add sftpgo tofu deploy
Some checks failed
checks / k8s (push) Successful in 13s
checks / tflint (push) Successful in 11s
OpenTofu deployments / adguard (push) Successful in 29s
checks / pre-commit (push) Successful in 1m6s
OpenTofu deployments / authentik (push) Failing after 3h1m9s
Kaniko deployments / nextcloud (push) Failing after 3m15s

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
}