feat: add rustical
This commit is contained in:
parent
a33615f7b7
commit
83d2ed9141
3 changed files with 39 additions and 5 deletions
|
|
@ -44,10 +44,6 @@ variable "netbird_client_id" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "netbird_client_secret" {
|
||||
description = "Netbird client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "sftpgo_client_id" {
|
||||
description = "SFTPGo client ID"
|
||||
|
|
@ -58,3 +54,13 @@ variable "sftpgo_client_secret" {
|
|||
description = "SFTPGo client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "rustical_client_id" {
|
||||
description = "Radicale client ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "rustical_client_secret" {
|
||||
description = "Radicale client secret"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue