feat: add docker/oxicloud

This commit is contained in:
cătălin 2026-03-10 11:20:46 +01:00
commit 708173d84e
No known key found for this signature in database
10 changed files with 65 additions and 41 deletions

View file

@ -88,3 +88,13 @@ variable "pulse_client_secret" {
description = "Pulse client secret"
type = string
}
variable "oxicloud_client_id" {
description = "Oxicloud client ID"
type = string
}
variable "oxicloud_client_secret" {
description = "Oxicloud client secret"
type = string
}