fukuops/tofu/authentik/vars.tf
cătălin 50049547b6
Some checks failed
checks / pre-commit (push) Successful in 1m14s
checks / k8s (push) Successful in 48s
checks / tflint (push) Successful in 31s
OpenTofu deployments / adguard (push) Successful in 48s
OpenTofu deployments / authentik (push) Failing after 3h2m54s
feat: add netbird docker
2024-09-16 16:17:37 +02:00

58 lines
1.1 KiB
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
}
variable "netbird_client_id" {
description = "Netbird client ID"
type = string
}
variable "netbird_client_secret" {
description = "Netbird client secret"
type = string
}