fukuops/tofu/authentik/vars.tf
cătălin 399dd397bb
All checks were successful
checks / pre-commit (push) Successful in 33s
checks / k8s (push) Successful in 14s
checks / tflint (push) Successful in 14s
ci: add pre-commit, k8s and tflint action workflows
2024-08-04 02:22:11 +02:00

50 lines
918 B
HCL

variable "firezone_client_id" {
description = "Client ID"
type = string
}
variable "firezone_client_secret" {
description = "Client secret"
type = string
}
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
}