fukuops/tofu/authentik/vars.tf
cătălin e7eee7c894
Some checks are pending
checks / pre-commit (push) Waiting to run
checks / k8s (push) Waiting to run
checks / tflint (push) Waiting to run
OpenTofu deployments / authentik (push) Waiting to run
OpenTofu deployments / adguard (push) Waiting to run
feat: add oxicloud charts and argo app
2026-04-02 00:56:40 +02:00

72 lines
1.3 KiB
HCL

variable "gitea_client_id" {
description = "Client ID"
type = string
}
variable "gitea_client_secret" {
description = "Client secret"
type = string
}
variable "miniflux_client_id" {
description = "Client ID"
type = string
}
variable "miniflux_client_secret" {
description = "Client secret"
type = string
}
variable "portainer_client_id" {
description = "Client ID"
type = string
}
variable "portainer_client_secret" {
description = "Client secret"
type = string
}
variable "paperless_client_id" {
description = "Paperless client ID"
type = string
}
variable "paperless_client_secret" {
description = "Paperless client secret"
type = string
}
variable "rustical_client_id" {
description = "Rustical client ID"
type = string
}
variable "rustical_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
}
variable "oxicloud_client_id" {
description = "Oxicloud client ID"
type = string
}
variable "oxicloud_client_secret" {
description = "Oxicloud client secret"
type = string
}