fukuops/tofu/authentik/vars.tf

29 lines
545 B
HCL

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