feat: add ganymede
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run

This commit is contained in:
cătălin 2026-01-28 01:45:35 +01:00
commit ba8016eda9
No known key found for this signature in database
5 changed files with 106 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
}