fukuops/tofu/authentik/vars.tf
cătălin 758b40563c
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
chore: update forgejo and miniflux secrets
2026-01-05 20:48:30 +01:00

76 lines
1.4 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 "netbird_client_id" {
description = "Netbird client ID"
type = string
}
variable "sftpgo_client_id" {
description = "SFTPGo client ID"
type = string
}
variable "sftpgo_client_secret" {
description = "SFTPGo client secret"
type = string
}
variable "rustical_client_id" {
description = "Rustical client ID"
type = string
}
variable "rustical_client_secret" {
description = "Rustical client secret"
type = string
}
variable "mediamanager_client_id" {
description = "MediaManager client ID"
type = string
}
variable "mediamanager_client_secret" {
description = "MediaManager client secret"
type = string
}