forked from catalin/fukuops
feat: add docker/oxicloud
This commit is contained in:
parent
b20e4f0ef4
commit
708173d84e
10 changed files with 65 additions and 41 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue