forked from catalin/fukuops
feat: add sftpgo tofu deploy
This commit is contained in:
parent
ca10dff87f
commit
4ec9a00370
2 changed files with 39 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue