feat: add ganymede

This commit is contained in:
cătălin 2026-01-28 10:17:13 +01:00
commit 1ce70d911f
No known key found for this signature in database
5 changed files with 110 additions and 0 deletions

View file

@ -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
}