feat: add ganymede
This commit is contained in:
parent
d0b57297ea
commit
ba8016eda9
5 changed files with 106 additions and 0 deletions
|
|
@ -68,3 +68,13 @@ variable "tandoor_client_secret" {
|
|||
description = "Tandoor client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ganymede_client_id" {
|
||||
description = "Ganymede client ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ganymede_client_secret" {
|
||||
description = "Ganymede client secret"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue